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
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(ReadOnlySpan< char > fullPath)System.IO.FileSysteminlinestatic
DirectoryExists(ReadOnlySpan< char > fullPath, [Out] Interop.ErrorInfo errorInfo)System.IO.FileSysteminlineprivatestatic
FileExists(ReadOnlySpan< char > fullPath)System.IO.FileSysteminlinestatic
FileExists(ReadOnlySpan< char > fullPath, int fileType, [Out] 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