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 Class Reference

Static Public Member Functions

static void CopyFile (string sourceFullPath, string destFullPath, bool overwrite)
 
static void MoveFile (string sourceFullPath, string destFullPath)
 
static void DeleteFile (string fullPath)
 
static void CreateDirectory (string fullPath)
 
static bool DirectoryExists (ReadOnlySpan< char > fullPath)
 
static bool FileExists (ReadOnlySpan< char > fullPath)
 
static void SetAttributes (string fullPath, FileAttributes attributes)
 
static DateTimeOffset GetCreationTime (string fullPath)
 
static DateTimeOffset GetLastAccessTime (string fullPath)
 
static DateTimeOffset GetLastWriteTime (string fullPath)
 

Static Private Member Functions

static bool CopyDanglingSymlink (string sourceFullPath, string destFullPath)
 
static void LinkOrCopyFile (string sourceFullPath, string destFullPath)
 
static bool DirectoryExists (ReadOnlySpan< char > fullPath, [Out] Interop.ErrorInfo errorInfo)
 
static bool FileExists (ReadOnlySpan< char > fullPath, int fileType, [Out] Interop.ErrorInfo errorInfo)
 

Detailed Description

Definition at line 7 of file FileSystem.cs.


The documentation for this class was generated from the following file: