I would like to keep my lib folder organized, but don't want to dump all scripts into the same lib folder. would prefer to have a heirerarchy, example:
lib\comutil\acc.ahk
lib\comutil\com.ahk
lib\gdip\gdip.ahk
lib\gdip\gdiputil.ahk
but i don't want to have to explicitly include all files...
anyone have a good solution to this ?
how do you organize your lib folder ?
Started by
tinku99
, Nov 06 2011 05:16 AM
3 replies to this topic
#1
Posted 06 November 2011 - 05:16 AM
#2
Posted 07 November 2011 - 10:03 AM
I don't organize it, because of the reason mentioned. If there's a way around this I'd like to know.
#3
Guests
Posted 07 November 2011 - 12:48 PM
I usually put important libraries in the folder that AutoHotkey.exe is located. Others are put in My Document/AutoHotkey/lib.
#4
Guests
Posted 07 November 2011 - 03:24 PM
I do dump them all in the same folder. Most of them hardly need to be updated anyway so it is just of matter of placing it there and forget about it. I use Total Commander and it is extremely easy to filter files by simply typing parts of a filename so it is just as easy as your folder solution (I type alt-GD and have the gdip.ahk and gdiputil.ahk as only files in view)... but don't want to dump all scripts into the same lib folder ...




