TreeViewFileBrowser

Post your working scripts, libraries and tools for AHK v1.1 and older
User avatar
jasc2v8
Posts: 59
Joined: 10 Dec 2020, 12:24
Contact:

TreeViewFileBrowser

31 Mar 2021, 12:01

Examples for AHK_L_v1

Clone or Download from GitHub

Scripts:
TreeView_FileBrowser_Single.ahk - Single pane, folders and file
TreeView_FileBrowser_Double.ahk - Double pane, folders on left, files on right
TreeView_Recurse_Example.ahk - RecurseTreeView()

About:
Examples of a TreeView File Browser
Features simplified Save/Load format for unlimited TreeView Levels
Includes icons and options: bold, check, expand

Save/Load Format:
See: TreeView_FileBrowser_Single_Save_Example.txt
(indents manually added below for clarity)

"Level, Folder or filename.ext, ItemID, Options"

Code: Select all

 0001,Level1A,BCE
   0002,Level2,BCE
     0003,Level3,BCE
       0004,Level4,BCE
         0005,Level5,BCE
           0006,Level6,BCE
             0007,Level6.txt,BC
           0006,Level5.txt,BC
         0005,Level4.txt,BC
       0004,Level3.txt,BC
     0003,Level2.txt,BC
   0002,Level1.txt,BC
 0001,Level1B,BCE
   0002,Level2,BCE
     0003,Level3,BCE
       0004,Level3.txt,BC
     0003,Level2.txt,BC
   0002,Level1.txt,BC
 0001,Level1C,BCE
   0002,Level2,BCE
     0003,Level3,BCE
       0004,Level3.txt,BC
     0003,Level2.txt,BC
   0002,Level1.txt,BC
 0001,Root.txt,BC
The icon loaded in the TreeView is the Windows default for the file extension
bloom11
Posts: 4
Joined: 12 Oct 2022, 14:06

Re: TreeViewFileBrowser

12 Oct 2022, 14:16

nice, i had look to your work on your github account , and you libs are very cool. I came searching for a treeview / windows browser like UI for AHK and finaly i left after checking all your ahk librarys. T :bravo: o conclude briefly, nice work man.
User avatar
DataLife
Posts: 460
Joined: 29 Sep 2013, 19:52

Re: TreeViewFileBrowser

15 Oct 2022, 09:10

I get 404 when I click on the Git Hub link.

I found his TreeViewFileBrowser script at ....
https://github.com/jasc2v8/AutoHotkey/tree/main/AHK/TreeViewFileBrowser
Check out my scripts. (MyIpChanger) (ClipBoard Manager) (SavePictureAs)
All my scripts are tested on Windows 10, AutoHotkey 32 bit Ansi unless otherwise stated.

Return to “Scripts and Functions (v1)”

Who is online

Users browsing this forum: No registered users and 160 guests