Introduction - If you have any usage issues, please Google them yourself
Wrapper class for file operations at the end of the class will automatically close the file, to avoid forget to turn off some files open. Private mlogFileAccess As CFile Set mlogFileAccess = New CFile mlogFileAccess.OpenFile mlogFileName, omAppend Print# mlogFileAccess.handle, LogText