History |
Read (server files)
Purpose
Attempts a binary read of bytes from a file on the FirstClass server.
The read data is stored in the Data attribute of the file.
Syntax
ServerFile.Read (NumBytes)
Example
ServerFile.Read(100)
Print ServerFile.Data
| ||||