FileLog
Table Of Contents
Index
FileLog (FileName,String)
FileLog opens the file if it exists, or creates it if it doesn't exist. It then seeks to the end of the file and writes the string to the end. The file is then closed. FileLog is typically used for things such as usage tracking.
Example:
FileLog('USAGE.LOG','Add This Line!')
See Also:
FileResult
FileWriteln
Category:
File
Table Of Contents
Index
Shopping
Forum
EMail
Index
Home