Jump to content

Folder Tree browser?


bigred
 Share

Recommended Posts

Has anyone writen a Directory Browser for the AI3 GUI?

I've created a GUI asking users to input the location of an installed application. As it is now they have to manually type it in. I would really rather have a "Browse" feature that would let them explorer their entire dir structure.

Has anyone coded something like this yet? Or am I overlooking something in AI3 that makes it easy?

Link to comment
Share on other sites

From AutoIt help:

FileOpenDialog

--------------------------------------------------------------------------------

Initiates a Open File Dialog.

FileOpenDialog ( "title", "init dir", "filter" [, options [, "default name"]] )

FileSelectFolder

--------------------------------------------------------------------------------

Initiates a Browse For Folder GUI.

FileSelectFolder ( "dialog text", "root dir" [, flag [, "initial dir"]] )

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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