找回密码
 立即注册

QQ登录

只需一步,快速开始

微信扫码登录

搜索
查看: 482|回复: 7

[分享] MasterCAM快速定位当前图档目录并打开目录

[复制链接]

31

主题

828

回帖

8903

积分

少校

积分
8903
发表于 2024-11-4 23:44:18 | 显示全部楼层 |阅读模式
快速定位当前图档目录并打开目录
快速定位当前图档目录并打开目录.rar (13.66 KB, 下载次数: 45)




31

主题

828

回帖

8903

积分

少校

积分
8903
 楼主| 发表于 2024-11-4 23:47:45 | 显示全部楼层
这个外挂的功能和燕秀那个打开工作目录是一样的,这个是诺枫老大写的,我也想自己写一个,但是不知道怎么获取相对路径,请老铁们指点一下。
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);
}

31

主题

828

回帖

8903

积分

少校

积分
8903
 楼主| 发表于 2024-11-4 23:54:56 | 显示全部楼层
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);
}

1

主题

160

回帖

1万

积分

中校

积分
10783
发表于 2024-11-5 08:16:18 | 显示全部楼层
感谢分享,有没有什么环境变量可以设置达到相同的效果

0

主题

130

回帖

7187

积分

少校

积分
7187
发表于 2024-11-5 09:59:20 | 显示全部楼层
谢谢分享!!辛苦!!

0

主题

156

回帖

3708

积分

中尉

积分
3708
发表于 2024-11-5 10:49:55 | 显示全部楼层
支持支持

0

主题

146

回帖

1423

积分

六级士官

积分
1423
发表于 2024-11-5 10:56:21 | 显示全部楼层
谢谢大神分享

0

主题

8

回帖

236

积分

一级士官

积分
236
发表于 2024-11-8 13:57:40 | 显示全部楼层
必须学习一下
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

咨询QQ:1359218528|发帖须知!|Archiver|手机版|小黑屋|UG爱好者论坛 ( 京ICP备10217105号-2 )

GMT+8, 2024-12-23 10:42

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表