|
Role Playing Database (API Documentation)
3.1.3
|
Classes | |
| class | RPGDirent |
| A Directory Entry Holds information about a file or directory. Only the bare minimum information is kept: name, mod time, list of files (directories only), mode (permissions), offset (files only), and size (files only). More... | |
| class | RPGFileSystem |
| The filesystem class. This is the class that implements a simple Virtual Filesystem for internal use by the Roleplaying Database program. It stores the working version of the RPG DB bundle which is normally stored as a ZIP file. It is a basic and simple file system, using a backing file as temporary file system storage. More... | |
Functions | |
| fail (code) | |
| Mount (mkfile, local,...) | |
Roleplaying Database temp filesystem. This is an implementation of a simple Virtual Filesystem for internal use by the Roleplaying Database program. It stores the working version of the RPG DB bundle which is normally stored as a ZIP file. It is a basic and simple file system, using a backing file as temporary file system storage.
| vfs::rpg::fail | ( | code | ) |
Generate a posixerror
| code | – the posix error to generate. |
| vfs::rpg::Mount | ( | mkfile | , |
| local | , | ||
| ... | |||
| ) |
Public function to mount a RPGFileSystem file system
| mkfile | Backing file |
| local | Mount point |
| ... | Options: (none) |
1.8.13