bomba94 Posted December 24, 2008 Posted December 24, 2008 hello to all, I would find a string that allow me to open a folder. Exist? I would like if there are conditions, you automatically open a folder I created, you can? Excuse me my bad english but i'm italian!!
Andreik Posted December 24, 2008 Posted December 24, 2008 hello to all, I would find a string that allow me to open a folder. Exist? I would like if there are conditions, you automatically open a folder I created, you can? Excuse me my bad english but i'm italian!!$PATH = FileSelectFolder("SELECT","",1) ShellExecute($PATH)
FireFox Posted December 24, 2008 Posted December 24, 2008 (edited) Another method with explorer :$PATH = FileSelectFolder("SELECT","",1) ShellExecute('explorer.exe',$PATH)btw, i you did forum search you would find same topic and many others.... Edited December 24, 2008 by FireFox
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now