Archive: Create File


Create File
Hi,

For my program I need to find a log file size, and then if the log is over a certain size delete it and create a new one. So far I can do all of that apart from create a new .ini file. Any ideas? Even just clearing to old one would do.

Thanks in advance

Steve


Use FileOpen, FileWrite and FileClose

-Stu