|
|
static CORE_UniquePointer< CORE_OutputFile > | New () |
| | create a new instance of CORE_OutputFile class
|
| |
| static tBoolean | IsFile (const tString &f) |
| | return true if the file is a regular file More...
|
| |
| static tBoolean | IsPath (const tString &p) |
| | return true if the path designed by p is a path More...
|
| |
| static tBoolean | Exists (const tString &f) |
| | return true if the file or the path exists More...
|
| |
| static tBoolean | CreatePath (const tString &path) |
| | create a path More...
|
| |
| static tBoolean | Rename (const tString &file, const tString &newFile) |
| |
| static tBoolean | RemovePath (const tString &path, const tBoolean &force) |
| | remove a path More...
|
| |
| static tBoolean | RemovePath (const tString &path) |
| | remove an empty path More...
|
| |
| static tBoolean | RemoveFile (const tString &file) |
| | remove a file More...
|
| |
| static void | RemoveAllFiles (const tString &path) |
| | remove all files within a path More...
|
| |
| static void | RemoveAllFiles (const tString &path, const tString &exts) |
| | remove all files with extension within the path More...
|
| |
| static tString | GetSystemPath (const tString &posix_path) |
| | get the system path corresponding to posix path More...
|
| |
| static void | GetPaths (const tString &path, std::vector< tString > &paths) |
| | get all the paths within the directory More...
|
| |
| static tString | GetPathName (const tString &aPath) |
| | get all the paths within the directory More...
|
| |
| static void | GetFiles (const tString &path, std::vector< tString > &files) |
| | get all the files within the directory More...
|
| |
| static void | GetFiles (const tString &path, const tString &exts, std::vector< tString > &files) |
| | get all the files within the directory with extension of the form .ext More...
|
| |
| static void | GetFiles (const tString &path, const tString &prefix, const tString &exts, std::vector< tString > &files) |
| | get all the files within the directory with extension of the form .ext More...
|
| |
| static tBoolean | CopyFiles (const tString &sourcePath, const tString &exts, const tString &destPath, const tBoolean &overwrite) |
| | copy all the files with extension within the directory to destination path More...
|
| |
| static tBoolean | CopyFiles (const tString &sourcePath, const tString &destPath, const tBoolean &overwrite) |
| | copy all the files within the directory to destination path More...
|
| |
| static tBoolean | CopyFile (const tString &source, const tString &dest, const tBoolean &overwrite) |
| | copy file More...
|
| |
| static tBoolean | CopyFile (const tString &source, const tString &dest) |
| | copy file More...
|
| |
| static tBoolean | CopyPath (const tString &sourcePath, const tString &destPath) |
| | copy path More...
|
| |
| static void | GetContent (const tString &path, std::vector< tString > &content) |
| | get all the content files or paths within the directory More...
|
| |
| static tString | GetCurrentPath () |
| | get the current path More...
|
| |
| static tString | GetAbsolutePath (const tString &path) |
| | get the absolute path of the path More...
|
| |
| static tString | GetBaseName (const tString &file) |
| | get base name of the file More...
|
| |
| static tString | GetExtension (const tString &file) |
| | get extension of the file More...
|
| |
| static tString | GetPath (const tString &file) |
| | get path containing the file More...
|
| |
| static tString | GetFileName (const tString &file) |
| | get path containing the file More...
|
| |
| static tBoolean | EnableMemoryStack (const tBoolean &isMemoryChecked) |
| | enable the memory stack More...
|
| |
|
static void | EnableMemoryStack () |
| | enable the memory stack
|
| |
|
static void | DisableMemoryStack () |
| | disable the memory stack
|
| |
|
static tBoolean | IsMemoryStackEnabled () |
| | return trur if the memory stack is enabled
|
| |
| static tString | MemoryStackToString () |
| | get the memory stack in string More...
|
| |
| static tIndex | GetRegisteredClassesNumber () |
| | get the memory stack in string More...
|
| |
this class describes a writing file