mr-es335 Posted January 17 Posted January 17 Hello, So, I have this... Local $title = "title" Local $initdir = "init dir" Local $filter = "All (*.*)" Local $options = $FD_FILEMUSTEXIST ; title, init dir, filter, options ; 1 2 3 4 Local $sFileOpenDialog = FileOpenDialog($title, $initdir, $filter, $FD_FILEMUSTEXIST) Can someone please explain to me, what "init dir Initial directory selected in the GUI file tree" is referring to exactly? For whatever reason, this "initial directory" is as the following image: "Help!!" mr-es335 Sentinel Music Studios
mr-es335 Posted January 17 Author Posted January 17 (edited) Hello, In response to, "Can someone please explain to me, what "init dir Initial directory selected in the GUI file tree" is referring to exactly?", will "init dir" be that location where a data file had actually been previously selected? Edited January 17 by mr-es335 mr-es335 Sentinel Music Studios
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