terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ Write()

override bool Terraria.Social.iOS.CloudSocialModule.Write ( string path,
byte[] data,
int length )
inline

Definition at line 95 of file CloudSocialModule.cs.

96 {
97 string text = this.cacheFolder + path;
98 long num = 0L;
99 string parentFolderPath = CloudSocialModule.GetParentFolderPath(text, num != 0L);
100 bool flag = parentFolderPath != "";
102 return true;
103 }
class f__AnonymousType0<< Count > j__TPar
static DirectoryInfo CreateDirectory(string path)
Definition Directory.cs:40

References System.IO.Directory.CreateDirectory(), Terraria.Social.iOS.CloudSocialModule.GetParentFolderPath(), j__TPar, System.L, and System.text.