mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-21 06:13:08 +01:00
Cleanup.
This commit is contained in:
@@ -112,15 +112,19 @@ namespace bx
|
||||
};
|
||||
|
||||
/// Creates a directory named `_filePath`.
|
||||
///
|
||||
bool make(const FilePath& _filePath, Error* _err = NULL);
|
||||
|
||||
/// Creates a directory named `_filePath` along with all necessary parents.
|
||||
///
|
||||
bool makeAll(const FilePath& _filePath, Error* _err = NULL);
|
||||
|
||||
/// Removes file or directory.
|
||||
///
|
||||
bool remove(const FilePath& _filePath, Error* _err = NULL);
|
||||
|
||||
/// Removes file or directory recursivelly.
|
||||
///
|
||||
bool removeAll(const FilePath& _filePath, Error* _err = NULL);
|
||||
|
||||
} // namespace bx
|
||||
|
||||
Reference in New Issue
Block a user