CloseFile
Category: Files
Signature
CloseFile(fileHandle As Integer)
Returns
Void
Description
Closes an open file handle. Call this after you finish reading from or writing to a file.
Example
CloseFile(fileHandle)
Category: Files
CloseFile(fileHandle As Integer)
Void
Closes an open file handle. Call this after you finish reading from or writing to a file.
CloseFile(fileHandle)