Go back to:
Disk
A Disk represents a FAT file system and provides the following the functions:
Method
- isReady
- Returns TRUE if the disk has been successfully initialised or FALSE if there was a problem.
- flush
- Writes any un-saved changed out to the disk.
- freeKB
- Returns the amount of free space on the disk in kilobytes (1024 bytes).
- mkDir
- Create a directory.
- open
- Open a file.
- remove
- Delete a file.
- exists
- Test if a file already exists.
- findFirst
- Find the first file entry in a directory.