- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I know this subject has been extensively covered in various forum post but for some reason I can't get the different methods to work.
The kink is, that I would like to have a button in a tool palette to open a specific folder. I emphasize that this is a UNC network path, eg. a not mapped folder. It doesn't start with eg. "D:/" but it starts with "//".
I found a lisp by the wonderful LeeMac ( http://www.lee-mac.com/explore.html ) that does what I need but how would I add this to a toolpalette button? With a revised version of this code?
(load "//pathTo/LeeMacExplore.lsp");(LM:explore "\\\\companyDrive\\Folder")
Or maybe something simpler? At this point I feel that I need straight examples of code, since I have (in my opinion) tried to implement to solutions on the forums to no avail... =(
Any help is greatly appreciated!
Solved! Go to Solution.