stampy Posted September 26, 2007 Posted September 26, 2007 Looking but can't seem to find... Has anyone created a browse for folder dialog before? I've created one in vbs before and can convert but figured I could save some time if it's already been done. Thanks
Valuater Posted September 26, 2007 Posted September 26, 2007 Simple.... $var = FileSelectFolder("Choose a [color="#ffffff"]folder[/color].", "") see help file 8)
AlmarM Posted September 26, 2007 Posted September 26, 2007 (edited) @Valuter Nice and fast reply But does it need a Default ??? $var = FileSelectFolder("Choose a folder.", "default??")oÝ÷ ÚÚºÚ"µÍÌÍÝH[PÚÛÜÙQÛ ][ÝÐÚÛÜÙHHÛ][ÝË ][ÝÉ][ÝÊ ?? PS can u look at my last topic EDIT1: WOW WHATS THE oÝ÷ ÚÚºÚ"µÍÌÍÝH[PÚÛÜÙQÛ ][ÝÐÚÛÜÙHHÛ][ÝË ][ÝÉ][ÝÊ it needs to be what u had Edited September 26, 2007 by AlmarM Minesweeper A minesweeper game created in autoit, source available. _Mouse_UDF An UDF for registering functions to mouse events, made in pure autoit. 2D Hitbox Editor A 2D hitbox editor for quick creation of 2D sphere and rectangle hitboxes.
stampy Posted September 26, 2007 Author Posted September 26, 2007 per the help file... the second parameter is required but leaving it blank will start at the desktop
Valuater Posted September 26, 2007 Posted September 26, 2007 per the help file... the second parameter is required but leaving it blank will start at the desktopyepper!!.. I gave you the right stuff!!8)
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