#include "lib/os_path.h"
#include "lib/posix/posix_filesystem.h"
#include <vector>
Go to the source code of this file.
◆ CFileInfos
◆ DirectoryNames
◆ CopyFile()
Status CopyFile |
( |
const OsPath & |
path, |
|
|
const OsPath & |
newPath, |
|
|
bool |
override_if_exists = false |
|
) |
| |
◆ CreateDirectories()
Status CreateDirectories |
( |
const OsPath & |
path, |
|
|
mode_t |
mode, |
|
|
bool |
breakpoint = true |
|
) |
| |
◆ DeleteDirectory()
◆ DirectoryExists()
bool DirectoryExists |
( |
const OsPath & |
path | ) |
|
◆ FileExists()
bool FileExists |
( |
const OsPath & |
pathname | ) |
|
◆ FileSize()
◆ GetDirectoryEntries()
◆ GetFileInfo()
◆ RenameFile()