Phantom
Documentation [Help Home] [Phantom Home] |
ReadAllFile
|
string ReadAllFile(file) Return Type: string Parameters: file Handle Description: This function reads the entire contents of the file indicated by 'Handle' and returns the contents as a string. The status of the file will go to EOF (end of file). For an example, see the file data type. |