Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.IO.FileSystem Member List

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

CopyFile(string sourceFullPath, string destFullPath, bool overwrite)System.IO.FileSysteminlinestatic
CreateDirectory(string fullPath, byte[] securityDescriptor=null)System.IO.FileSysteminlinestatic
CreateDirectory(string fullPath, byte[] securityDescriptor=null)System.IO.FileSysteminlinestatic
CreateSymbolicLink(string path, string pathToTarget, bool isDirectory)System.IO.FileSysteminlinepackagestatic
Decrypt(string path)System.IO.FileSysteminlinestatic
DeleteFile(string fullPath)System.IO.FileSysteminlinestatic
DirectoryExists(string fullPath)System.IO.FileSysteminlinestatic
DirectoryExists(string path, out int lastError)System.IO.FileSysteminlineprivatestatic
DirectoryExists(string fullPath)System.IO.FileSysteminlinestatic
DirectoryExists(string path, out int lastError)System.IO.FileSysteminlineprivatestatic
Encrypt(string path)System.IO.FileSysteminlinestatic
FileExists(string fullPath)System.IO.FileSysteminlinestatic
FileExists(string fullPath)System.IO.FileSysteminlinestatic
FillAttributeInfo(string path, ref global::Interop.Kernel32.WIN32_FILE_ATTRIBUTE_DATA data, bool returnErrorOnNotFound)System.IO.FileSysteminlinepackagestatic
FillAttributeInfo(string path, ref Interop.Kernel32.WIN32_FILE_ATTRIBUTE_DATA data, bool returnErrorOnNotFound)System.IO.FileSysteminlinepackagestatic
GetAttributes(string fullPath)System.IO.FileSysteminlinestatic
GetCreationTime(string fullPath)System.IO.FileSysteminlinestatic
GetFinalLinkTarget(string linkPath, bool isDirectory)System.IO.FileSysteminlineprivatestatic
GetFindData(string fullPath, bool isDirectory, bool ignoreAccessDenied, ref Interop.Kernel32.WIN32_FIND_DATA findData)System.IO.FileSysteminlineprivatestatic
GetImmediateLinkTarget(string linkPath, bool isDirectory, bool throwOnError, bool returnFullPath)System.IO.FileSysteminlinepackagestatic
GetLastAccessTime(string fullPath)System.IO.FileSysteminlinestatic
GetLastWriteTime(string fullPath)System.IO.FileSysteminlinestatic
GetLinkTarget(string linkPath, bool isDirectory)System.IO.FileSysteminlinepackagestatic
GetLogicalDrives()System.IO.FileSysteminlinestatic
IsNameSurrogateReparsePoint(ref Interop.Kernel32.WIN32_FIND_DATA data)System.IO.FileSysteminlineprivatestatic
IsPathUnreachableError(int errorCode)System.IO.FileSysteminlinepackagestatic
IsPathUnreachableError(int errorCode)System.IO.FileSysteminlinepackagestatic
MoveDirectory(string sourceFullPath, string destFullPath)System.IO.FileSysteminlinestatic
MoveFile(string sourceFullPath, string destFullPath, bool overwrite)System.IO.FileSysteminlinestatic
OpenHandle(string fullPath, bool asDirectory)System.IO.FileSysteminlineprivatestatic
OpenSafeFileHandle(string path, int flags)System.IO.FileSysteminlineprivatestatic
RemoveDirectory(string fullPath, bool recursive)System.IO.FileSysteminlinestatic
RemoveDirectoryInternal(string fullPath, bool topLevel, bool allowDirectoryNotEmpty=false)System.IO.FileSysteminlineprivatestatic
RemoveDirectoryRecursive(string fullPath, ref Interop.Kernel32.WIN32_FIND_DATA findData, bool topLevel)System.IO.FileSysteminlineprivatestatic
ReplaceFile(string sourceFullPath, string destFullPath, string destBackupFullPath, bool ignoreMetadataErrors)System.IO.FileSysteminlinestatic
ResolveLinkTarget(string linkPath, bool returnFinalTarget, bool isDirectory)System.IO.FileSysteminlinepackagestatic
SetAttributes(string fullPath, FileAttributes attributes)System.IO.FileSysteminlinestatic
SetCreationTime(string fullPath, DateTimeOffset time, bool asDirectory)System.IO.FileSysteminlinestatic
SetFileTime(string fullPath, bool asDirectory, long creationTime=-1L, long lastAccessTime=-1L, long lastWriteTime=-1L, long changeTime=-1L, uint fileAttributes=0u)System.IO.FileSysteminlineprivatestatic
SetLastAccessTime(string fullPath, DateTimeOffset time, bool asDirectory)System.IO.FileSysteminlinestatic
SetLastWriteTime(string fullPath, DateTimeOffset time, bool asDirectory)System.IO.FileSysteminlinestatic
ThrowExceptionEncryptDecryptFail(string fullPath)System.IO.FileSysteminlineprivatestatic
VerifyValidPath(string path, string argName)System.IO.FileSysteminlinepackagestatic