Skip to content

InitialDirectory does not appear to be implemented #1

Description

@SeanE63

I am initializing the BrowserProperties as shown:

    var bp = new BrowserProperties
    {
        initialDir = sMap.ModulePath,
        title = "Load Module",
        filter = "Module files (*txt)| *txt",
        filterIndex = 0
    };
    
    then calling the  FileBrowser().OpenFileBrowser.  It doesn't matter what directory I hand for initialDir, the browser opens up in the last directory it was open in.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions