| Methods |
Description |
| <String |
Create a file object based on a string containing the path. |
| Get FString |
Retrieve a fixed length string from a file and advance the file pointer accordingly. |
| Get DString |
Retrieve a string from a file based on a delimter or list of delimeters. |
| Get Byte |
Retrieve a byte from a file as a whole number. |
| Get Word |
Retrieve a word from a file as a whole number. |
| Get Long |
Retrieve a long from a file as a whole number. |
| Put String |
Write a string to a file. |
| Length |
Returns the length of the file in bytes. |