|
发表于 2024-11-4 23:24:17
|
显示全部楼层
本帖最后由 xinruyu369 于 2024-11-4 23:40 编辑 6 [4 q% k- H, V$ z7 U
4 X x& Q% Y, E* \
2 l# W( g5 U/ N
using System;
. d3 ]9 T! O6 O) R9 Husing System.Diagnostics;5 B. Z$ C% |' k, e
5 n0 u9 n( D# {2 Y, O) M$ F2 O var currentFile = Mastercam.IO.FileManager;
8 {. S4 k5 `! `if (currentFile!= null)
1 N. e* G( L4 m% F{
& p$ x" {9 E6 k" K/ B" r1 W string currentFilePath = currentFile.Path;
% F; }. F% x- V0 ?7 c string currentFolder = Path.GetDirectoryName(currentFilePath);2 [+ u) D3 ]( L
Process.Start("explorer.exe", currentFolder);0 S" t( ^4 t6 C' ~% a( _
}. q: l( }1 @4 e4 A+ r
版主,您好,指点一下这个需要获取路径要怎么写啊?* l! J2 K. Q# G5 m# o5 d5 j
|
|