|
Arma Reforger Script API
|
This is the complete list of members for SCR_FileIOHelper, including all inherited members.
| AppendFileContent(string filePath, notnull array< string > lines) | SCR_FileIOHelper | static |
| Copy(string source, string destination, bool overwrite=true) | SCR_FileIOHelper | static |
| CopyDirectory(string sourceDirectory, string destinationDirectory) | SCR_FileIOHelper | static |
| CopyFile(string sourceFile, string destinationFile) | SCR_FileIOHelper | static |
| CreateDirectory(string absoluteDirectory) | SCR_FileIOHelper | static |
| FindFiles(string directoryPath, string extension) | SCR_FileIOHelper | static |
| FindFilesCallbackMethod(string fileName, FileAttribute attributes=0, string filesystem=string.Empty) | SCR_FileIOHelper | protectedstatic |
| FORBIDDEN_FILENAME_CHARS_LINUX | SCR_FileIOHelper | protectedstatic |
| FORBIDDEN_FILENAME_CHARS_WINDOWS | SCR_FileIOHelper | protectedstatic |
| FOUND_FILEINFOS | SCR_FileIOHelper | protectedstatic |
| GetDirectoryContent(string directory, string extension="") | SCR_FileIOHelper | static |
| GetFileStringContent(string filePath, bool printWarning=true) | SCR_FileIOHelper | static |
| IsValidFileName(string fileName) | SCR_FileIOHelper | static |
| IsWindowsBased() | SCR_FileIOHelper | protectedstatic |
| PATH_DELIMITER | SCR_FileIOHelper | protectedstatic |
| ReadFileContent(string filePath, bool printWarning=true) | SCR_FileIOHelper | static |
| RenameFile(string sourceFile, string destinationFile) | SCR_FileIOHelper | static |
| SanitiseFileName(string fileName) | SCR_FileIOHelper | static |
| SCR_FileIOHelper() | SCR_FileIOHelper | protected |
| WriteFileContent(string filePath, notnull array< string > lines) | SCR_FileIOHelper | static |