Jypeli 4
The simple game programming library
|
Julkiset jäsenfunktiot | |
abstract bool | ChDir (string path) |
abstract void | MkDir (string path) |
abstract void | RmDir (string path) |
abstract bool | Exists (string fileName) |
abstract StorageFile | Open (string fileName, bool write) |
abstract void | Delete (string fileName) |
StorageFile | Create (string fileName) |
LoadState | BeginLoad (string fileName) |
SaveState | BeginSave (string tag) |
T | Load< T > (T obj, string fileName) |
void | Save< T > (T obj, string fileName) |
Suojellut attribuutit | |
string | _currentDir |
Ominaisuudet | |
string | CurrentDirectory [get, set] |
Nykyinen työhakemisto. |
string CurrentDirectory [get, set] |
Nykyinen työhakemisto.