cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Enable the copying option of project path

Enable the copying option of project path

Enabling the copying option of project path could help users to find the project location easily.

I personally feel I need this option while insert molding simulation or feature addition to current study (Especially when I use others' system).

 

ProjectPath.JPG

2 Comments
rick.schneider
Enthusiast

 

 

 

jinwang
Autodesk

Vote up. It would be very useful.

 

 

As a workaround, I have two scripts pinned to "assigned macros".

 

The first one is to copy the project folder path to clipboard.

 

 

'%RunPerInstance
Set ObjShell = WScript.CreateObject("WScript.Shell")
ObjShell.Run "cmd /C echo " & ObjShell.CurrentDirectory & "  | CLIP", 2

 

The second one is to open the project folder in file explorer.

 

 

'%RunPerInstance
Set ObjShell = CreateObject("Wscript.Shell")
ObjShell.Run "explorer.exe /e," & ObjShell.CurrentDirectory

 

But the scripts don't work if CurrentDirectory changes. For example, you output some plot result to a folder, then CurrentDirectory points to the result folder, not to the project folder any more.

Can't find what you're looking for? Ask the community or share your knowledge.

Submit Idea