Jump to content


Photo

how do you organize your lib folder ?


  • Please log in to reply
3 replies to this topic

#1 tinku99

tinku99
  • Members
  • 560 posts

Posted 06 November 2011 - 05:16 AM

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 ?

#2 sumon

sumon
  • Moderators
  • 1307 posts

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

  • 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

  • Guests

Posted 07 November 2011 - 03:24 PM

... but don't want to dump all scripts into the same lib folder ...

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)