Open A Windows Desktop Folder?
Scott Rossi
scott at tactilemedia.com
Thu Mar 29 18:45:06 EDT 2007
More help needed ASAP... :-)
I've been trying to use the following script to open a Windows desktop
folder:
on openFolder pPath
replace "/" with "\" in pPath
set the hideConsoleWindows to true
get shell("explorer.exe /root,"& quote & pPath & quote)
end openFolder
This seems to work fine but also seems to be blocking in that my Rev app
appears to be non-responsive until the opened window is physically closed.
Any ideas how to get around this problem?
Rev 2.8, Vista (and eventually XP)
Thanks & Regards,
Scott Rossi
Creative Director
Tactile Media, Multimedia & Design
More information about the use-livecode
mailing list