Skip to content

This is a UDF library to use ListView/TreeView/Input controls as File/Folder Explorer with AutoIt.

License

Notifications You must be signed in to change notification settings

kanashius/AutoIt---TreeListExplorer-UDF

Repository files navigation

TreeViewExplorer UDF for AutoIt

This is a UDF (User defined functions) library for AutoIt, enabling the simple use of ListView/TreeView/Input controls to navigate folders and files.

It allows the user to create a TreeListExplorer system (TLE system; __TreeListExplorer_CreateSystem), which is used to define a root directory, the currently opened folder, a possibly selected folder/file and more.
To this system any TreeView/ListView/Input controls can be added as view (__TreeListExplorer_AddView), which are then synchronized to show the current folder and automatically updated when the TLE system is changed.

Screenshot of the (Code Example): Screenshot of the GUI shown by the example script

About

This is a UDF library to use ListView/TreeView/Input controls as File/Folder Explorer with AutoIt.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages