AppendLineToFileString(PlatformFilePath path, string data) | TaleWorlds.Library.FileHelper | static |
CopyDirectory(string sourceDir, string destinationDir, bool recursive) | TaleWorlds.Library.FileHelper | static |
CopyFile(PlatformFilePath source, PlatformFilePath target) | TaleWorlds.Library.FileHelper | static |
DeleteFile(PlatformFilePath path) | TaleWorlds.Library.FileHelper | static |
FileExists(PlatformFilePath path) | TaleWorlds.Library.FileHelper | static |
GetError() | TaleWorlds.Library.FileHelper | static |
GetFileContent(PlatformFilePath filePath) | TaleWorlds.Library.FileHelper | static |
GetFileContentString(PlatformFilePath path) | TaleWorlds.Library.FileHelper | static |
GetFileContentStringAsync(PlatformFilePath path) | TaleWorlds.Library.FileHelper | static |
GetFileFullPath(PlatformFilePath path) | TaleWorlds.Library.FileHelper | static |
GetFiles(PlatformDirectoryPath path, string searchPattern) | TaleWorlds.Library.FileHelper | static |
SaveFile(PlatformFilePath path, byte[] data) | TaleWorlds.Library.FileHelper | static |
SaveFileAsync(PlatformFilePath path, byte[] data) | TaleWorlds.Library.FileHelper | static |
SaveFileString(PlatformFilePath path, string data) | TaleWorlds.Library.FileHelper | static |
SaveFileStringAsync(PlatformFilePath path, string data) | TaleWorlds.Library.FileHelper | static |