The file handling commands are much more efficient than the traditional mIRC $read and /write commands. With $read() and /write the the file is opened, read or written to, then closed for every single call to those functions, making complex file tasks very inefficent and slow. Using the new commands a file only has to be opened and closed once, no matter how many tasks are performed in between.


Spelling mistakes, grammatical errors, and stupid comments are intentional.