UG爱好者

标题: MasterCAM快速定位当前图档目录并打开目录 [打印本页]

作者: xinruyu369    时间: 2024-11-4 23:44
标题: MasterCAM快速定位当前图档目录并打开目录
快速定位当前图档目录并打开目录
快速定位当前图档目录并打开目录.rar (13.66 KB, 下载次数: 42)





作者: xinruyu369    时间: 2024-11-4 23:47
这个外挂的功能和燕秀那个打开工作目录是一样的,这个是诺枫老大写的,我也想自己写一个,但是不知道怎么获取相对路径,请老铁们指点一下。
using System;
using System.Diagnostics;

var currentFile = Mastercam.IO.FileManager;
if (currentFile!= null)
{
    string currentFilePath = currentFile.Path;
    string currentFolder = Path.GetDirectoryName(currentFilePath);
    Process.Start("explorer.exe", currentFolder);
}
作者: xinruyu369    时间: 2024-11-4 23:54
using System;
using System.Diagnostics;

var currentFile = Mastercam.IO.FileManager(重点 应该 是在这里我需要夹什么语句?各位老铁提示一下?);
if (currentFile!= null)
{
    string currentFilePath = currentFile.Path;
    string currentFolder = Path.GetDirectoryName(currentFilePath);
    Process.Start("explorer.exe", currentFolder);
}
作者: office2007    时间: 2024-11-5 08:16
感谢分享,有没有什么环境变量可以设置达到相同的效果
作者: 652018535    时间: 2024-11-5 09:59
谢谢分享!!辛苦!!
作者: 叫我林哥哥吖    时间: 2024-11-5 10:49
支持支持
作者: 洢泩洧沵    时间: 2024-11-5 10:56
谢谢大神分享
作者: yusuu    时间: 2024-11-8 13:57
必须学习一下




欢迎光临 UG爱好者 (https://www.ugsnx.com/) Powered by Discuz! X3.2