Phantom Documentation

[Help Home] [Phantom Home]
CloseFile

bool CloseFile(file)

Return Type: bool
Parameters: file Handle

Description:
This function closes the file represented by the Handle parameter. No further read or write operations may occur on a file once the handle is closed. A file should always be closed after use to release the file back to the operating system so another process can access it.

See OpenFile for an example.



Copyright 2000-2011 Phantom Automated Solutions