Open working file directory (Win10)

Is there an easy way for Rhino to make Windows open the current working directory?
I know I can use Command: _SetWorkingFolder and copy the path to a file explorer window, but I wish I could do it by just pressing a button.

Any help much appreciated :slight_smile:

Hi @Yianni ,
made a little vbscript that open explorer at working directory.

20210406_Open_Explorer_Working_Folder.rvb (327 Bytes)

You can open the script in Rhino and assign an alias or copy the script into a button (in this case you have to add a line at the beginning with “-_Runscript (” and a line at the end with “)” )

Works perfectly and helps tremendously in my workflow!
Thank you so much @lucio_zadra !!!

1 Like