Jump to content

Recommended Posts

Posted

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

imageb.png

Posted (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 by mr-es335

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...