File
A File should only be needed in these situations:
- You need to read data directly from a file.
- You need to write to a file.
Functions
getSize( ) | Gets the size of the file in bytes. |
See also