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
|
This is the complete list of members for System.IO.FileSystem, including all inherited members.
CopyDanglingSymlink(string sourceFullPath, string destFullPath) | System.IO.FileSystem | inlineprivatestatic |
CopyFile(string sourceFullPath, string destFullPath, bool overwrite) | System.IO.FileSystem | inlinestatic |
CreateDirectory(string fullPath) | System.IO.FileSystem | inlinestatic |
DeleteFile(string fullPath) | System.IO.FileSystem | inlinestatic |
DirectoryExists(global::System.ReadOnlySpan< char > fullPath) | System.IO.FileSystem | inlinestatic |
DirectoryExists(global::System.ReadOnlySpan< char > fullPath, out global::Interop.ErrorInfo errorInfo) | System.IO.FileSystem | inlineprivatestatic |
FileExists(global::System.ReadOnlySpan< char > fullPath) | System.IO.FileSystem | inlinestatic |
FileExists(global::System.ReadOnlySpan< char > fullPath, int fileType, out global::Interop.ErrorInfo errorInfo) | System.IO.FileSystem | inlineprivatestatic |
GetCreationTime(string fullPath) | System.IO.FileSystem | inlinestatic |
GetLastAccessTime(string fullPath) | System.IO.FileSystem | inlinestatic |
GetLastWriteTime(string fullPath) | System.IO.FileSystem | inlinestatic |
LinkOrCopyFile(string sourceFullPath, string destFullPath) | System.IO.FileSystem | inlineprivatestatic |
MoveFile(string sourceFullPath, string destFullPath) | System.IO.FileSystem | inlinestatic |
SetAttributes(string fullPath, FileAttributes attributes) | System.IO.FileSystem | inlinestatic |