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
Loading...
Searching...
No Matches
FileAPI Interface Reference
+ Inheritance diagram for FileAPI:
+ Collaboration diagram for FileAPI:

Public Member Functions

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)
 
bool Exists (string filename)
 
string[] GetFiles (string filename, string searchPattern)
 
string[] GetFolders (string filename)
 
void SetAttributes (string filename, FileAttributes fileAttributes)
 
void Shutdown ()
 

Detailed Description

Definition at line 6 of file FileAPI.cs.


The documentation for this interface was generated from the following file: