CloseFile

Category: Files

Back to System Functions


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)