|
发表于 2024-11-4 23:24:17
|
显示全部楼层
本帖最后由 xinruyu369 于 2024-11-4 23:40 编辑
. ]1 ?# |0 Q% _- z+ X; H4 M. k
) Z# T7 _- B5 E+ G w: h
. c$ Q! S, \: |# s! Vusing System;" M8 L# s* w% v9 j0 v1 W
using System.Diagnostics;: U g1 F- J: i& J& E
* P. {2 A. |# l: F
var currentFile = Mastercam.IO.FileManager;. P1 C3 a& D( z' B y8 x7 `/ |
if (currentFile!= null)6 D8 U F; X0 q* |$ C' I. j# w
{
* j8 w& l J- X- x string currentFilePath = currentFile.Path;% o ]& \4 c. [% _; _* ~5 k
string currentFolder = Path.GetDirectoryName(currentFilePath); A) C# t z0 g% T6 v* Z: v7 M
Process.Start("explorer.exe", currentFolder);
2 l0 e) t! }+ ^* `& D0 A! O3 n H}
3 V$ X2 K$ q$ Y+ Q9 @+ I2 i7 y: x版主,您好,指点一下这个需要获取路径要怎么写啊?
% |( x9 K) m# N9 [ U |
|