Jump to content

Recommended Posts

Posted

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!!

Posted

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)
Posted (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 by FireFox

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...