top of page
Any of my free tools can be freely shared, but only in case where there is no profit, even from ads.
Anyway you can share the link to my website if you like it.
If you like my tools, please support me at: https://ko-fi.com/Wilenty ,
thanks to you I will be able to improve my tools and create new ones.
Search
Writer's pictureWilenty

Fast INI in memory for AutoIT

The idea to create this library came because AutoIT ini functions operates on ini file (which is slow), it means that the AutoIT ini functions reads and writes the ini file in every change.


At program starts first you need to load the ini file into memory, and save the config ini before program closes itself, or when the user close configuration options.

Save the ini file in every change does not brings desired effects, especially on slow HDDs and slow USB storage.


Also, please check the examples I have prepared. They should shows how it works, what the possibilities are and how fast is the ini memory library.

All functions and their result codes are described in a file named Functions_list.txt.


Lately I tested all of the functions and made some corrections. From now it should works as expected.


But, if you find a bug, please report it to me with details where this bug appears, that I can repeat it and find.

The best will be, if you share with me the program, or script you are working on. Thanks!


33 views0 comments

Recent Posts

See All

InnoSetup Updater v1.0

Small program to update/upgrade InnoSetup installation or Portable to the latest stable version or beta (dev) if available. It uses the...

Comments


bottom of page