File
File is a list of functions that can be used to retrieve some information about files.
Functions
Name |
Description |
---|---|
Reads ASCII data from a file. |
|
Reads UTF-8 data from a file. |
|
Reads binary data from a file. |
|
Writes ASCII data to a file. |
|
Writes binary data to a file. |
|
Returns the filename without the extension. |
|
Returns the file’s extension. |
|
Returns the directory the file is into. |