net C# 打开指定的文件或者文件夹
2021-06-11 09:05
阅读:466
标签:com exp class .exe int repr 文件 tar processor net C# 打开指定的文件或者文件夹 标签:com exp class .exe int repr 文件 tar processor 原文地址:https://www.cnblogs.com/iwmz/p/10569798.html1、直接打开指定的文件
System.Diagnostics.Process.Start(v_OpenFilePath);
2、直接打开目录
string v_OpenFolderPath = @"目录路径";
System.Diagnostics.Process.Start("explorer.exe", v_OpenFolderPath);
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:net C# 打开指定的文件或者文件夹
文章链接:http://soscw.com/index.php/essay/93528.html
文章标题:net C# 打开指定的文件或者文件夹
文章链接:http://soscw.com/index.php/essay/93528.html
评论
亲,登录后才可以留言!