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
System.IO.FileSystem Member List

This is the complete list of members for System.IO.FileSystem, including all inherited members.

CopyDanglingSymlink(string sourceFullPath, string destFullPath)System.IO.FileSysteminlineprivatestatic
CopyFile(string sourceFullPath, string destFullPath, bool overwrite)System.IO.FileSysteminlinestatic
CreateDirectory(string fullPath)System.IO.FileSysteminlinestatic
DeleteFile(string fullPath)System.IO.FileSysteminlinestatic
DirectoryExists(global::System.ReadOnlySpan< char > fullPath)System.IO.FileSysteminlinestatic
DirectoryExists(global::System.ReadOnlySpan< char > fullPath, out global::Interop.ErrorInfo errorInfo)System.IO.FileSysteminlineprivatestatic
FileExists(global::System.ReadOnlySpan< char > fullPath)System.IO.FileSysteminlinestatic
FileExists(global::System.ReadOnlySpan< char > fullPath, int fileType, out global::Interop.ErrorInfo errorInfo)System.IO.FileSysteminlineprivatestatic
GetCreationTime(string fullPath)System.IO.FileSysteminlinestatic
GetLastAccessTime(string fullPath)System.IO.FileSysteminlinestatic
GetLastWriteTime(string fullPath)System.IO.FileSysteminlinestatic
LinkOrCopyFile(string sourceFullPath, string destFullPath)System.IO.FileSysteminlineprivatestatic
MoveFile(string sourceFullPath, string destFullPath)System.IO.FileSysteminlinestatic
SetAttributes(string fullPath, FileAttributes attributes)System.IO.FileSysteminlinestatic