|
Terraria v1.4.4.9
Terraria source code documentation
|
Static Package Functions | |
| static int | FillAttributeInfo (string path, ref global::Interop.Kernel32.WIN32_FILE_ATTRIBUTE_DATA data, bool returnErrorOnNotFound) |
| static bool | IsPathUnreachableError (int errorCode) |
| static void | VerifyValidPath (string path, string argName) |
| static int | FillAttributeInfo (string path, ref Interop.Kernel32.WIN32_FILE_ATTRIBUTE_DATA data, bool returnErrorOnNotFound) |
| static bool | IsPathUnreachableError (int errorCode) |
| static void | CreateSymbolicLink (string path, string pathToTarget, bool isDirectory) |
| static FileSystemInfo | ResolveLinkTarget (string linkPath, bool returnFinalTarget, bool isDirectory) |
| static string | GetLinkTarget (string linkPath, bool isDirectory) |
| static unsafe string | GetImmediateLinkTarget (string linkPath, bool isDirectory, bool throwOnError, bool returnFullPath) |
Definition at line 7 of file FileSystem.cs.