terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Public Member Functions | |
DefaultFileAPI (PlatformUser user) | |
void | Shutdown () |
string | GetUserSavePath () |
void | LegacySync () |
void | Mount (bool forSync) |
void | Unmount (bool forSync) |
void | CreateDirectory (string directory) |
void | WriteFile (string filename, byte[] fileData) |
void | Delete (string filename) |
byte[] | ReadFile (string filename) |
string[] | GetFiles (string path, string searchPattern) |
string[] | GetFolders (string path) |
bool | Exists (string filename) |
void | SetAttributes (string filename, FileAttributes fileAttributes) |
Private Attributes | |
int | mountCount |
string | _userSavePath |
PlatformUser | platformUser |
Definition at line 9 of file DefaultFileAPI.cs.