fmanage - my take on writing variables to disk

Post your working scripts, libraries and tools for AHK v1.1 and older
Shizcow
Posts: 1
Joined: 16 Jun 2017, 18:46
Contact:

fmanage - my take on writing variables to disk

16 Jun 2017, 19:08

Long time coder (~3 years), first time poster here. Excuse me if my etiquette is off for this forum :p

I've been working on a project – a simpler way to read and write variables to disk. I wrote it first to pass variables between instances of one script, but it exploded in functionality shortly after. So, here it is: fmanage.ahk

https://github.com/Shizcow/fmanage

This utility script provides 3 functions (covered in more detail in the header of the script) accessed by an #Include:

fset() - set variables
fget() - get variables
fdel() - delete variables

That being said, these three functions can do a lot more than simple reading, writing, and cleaning up. You can write and read from other directories, identify (and imitate) variables by which script they came from, and even delete every file and folder created by fmanage across every instance of its use.

If you guys like and would like to see additional functionality, ask and I'll patch it right in.
Helgef
Posts: 4709
Joined: 17 Jul 2016, 01:02
Contact:

Re: fmanage - my take on writing variables to disk

17 Jun 2017, 04:51

Nice concept, easy to use. :thumbup:
Thanks for sharing and welcome to the forum.

Return to “Scripts and Functions (v1)”

Who is online

Users browsing this forum: TheDewd and 85 guests