Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_FileIOHelper Member List

This is the complete list of members for SCR_FileIOHelper, including all inherited members.

AppendFileContent(string filePath, notnull array< string > lines)SCR_FileIOHelperstatic
Copy(string source, string destination, bool overwrite=true)SCR_FileIOHelperstatic
CopyDirectory(string sourceDirectory, string destinationDirectory)SCR_FileIOHelperstatic
CopyFile(string sourceFile, string destinationFile)SCR_FileIOHelperstatic
CreateDirectory(string absoluteDirectory)SCR_FileIOHelperstatic
FindFiles(string directoryPath, string extension)SCR_FileIOHelperstatic
FindFilesCallbackMethod(string fileName, FileAttribute attributes=0, string filesystem=string.Empty)SCR_FileIOHelperprotectedstatic
FORBIDDEN_FILENAME_CHARS_LINUXSCR_FileIOHelperprotectedstatic
FORBIDDEN_FILENAME_CHARS_WINDOWSSCR_FileIOHelperprotectedstatic
FOUND_FILEINFOSSCR_FileIOHelperprotectedstatic
GetDirectoryContent(string directory, string extension="")SCR_FileIOHelperstatic
GetFileStringContent(string filePath, bool printWarning=true)SCR_FileIOHelperstatic
IsValidFileName(string fileName)SCR_FileIOHelperstatic
IsWindowsBased()SCR_FileIOHelperprotectedstatic
PATH_DELIMITERSCR_FileIOHelperprotectedstatic
ReadFileContent(string filePath, bool printWarning=true)SCR_FileIOHelperstatic
RenameFile(string sourceFile, string destinationFile)SCR_FileIOHelperstatic
SanitiseFileName(string fileName)SCR_FileIOHelperstatic
SCR_FileIOHelper()SCR_FileIOHelperprotected
WriteFileContent(string filePath, notnull array< string > lines)SCR_FileIOHelperstatic