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.cs
Go to the documentation of this file.
1using System;
2using System.IO;
4
5[global::Cpp2ILInjected.Token(Token = "0x200006D")]
6public interface FileAPI
7{
8 [global::Cpp2ILInjected.Token(Token = "0x600025B")]
10
11 [global::Cpp2ILInjected.Token(Token = "0x600025C")]
12 void LegacySync();
13
14 [global::Cpp2ILInjected.Token(Token = "0x600025D")]
15 void Mount(bool forSync);
16
17 [global::Cpp2ILInjected.Token(Token = "0x600025E")]
18 void Unmount(bool forSync);
19
20 [global::Cpp2ILInjected.Token(Token = "0x600025F")]
21 void CreateDirectory(string directory);
22
23 [global::Cpp2ILInjected.Token(Token = "0x6000260")]
24 void WriteFile(string filename, byte[] fileData);
25
26 [global::Cpp2ILInjected.Token(Token = "0x6000261")]
27 void Delete(string filename);
28
29 [global::Cpp2ILInjected.Token(Token = "0x6000262")]
30 byte[] ReadFile(string filename);
31
32 [global::Cpp2ILInjected.Token(Token = "0x6000263")]
33 bool Exists(string filename);
34
35 [global::Cpp2ILInjected.Token(Token = "0x6000264")]
36 string[] GetFiles(string filename, string searchPattern);
37
38 [global::Cpp2ILInjected.Token(Token = "0x6000265")]
39 string[] GetFolders(string filename);
40
41 [global::Cpp2ILInjected.Token(Token = "0x6000266")]
42 void SetAttributes(string filename, FileAttributes fileAttributes);
43
44 [global::Cpp2ILInjected.Token(Token = "0x6000267")]
45 void Shutdown();
46}
class f__AnonymousType0<< Count > j__TPar
void Mount(bool forSync)
void Delete(string filename)
string[] GetFiles(string filename, string searchPattern)
void LegacySync()
void SetAttributes(string filename, FileAttributes fileAttributes)
string[] GetFolders(string filename)
void WriteFile(string filename, byte[] fileData)
void CreateDirectory(string directory)
bool Exists(string filename)
string GetUserSavePath()
void Shutdown()
byte[] ReadFile(string filename)
void Unmount(bool forSync)