Go to the source code of this file.
◆ DirectoryDescriptionR()
void DirectoryDescriptionR |
( |
std::wstring & |
descriptions, |
|
|
const VfsDirectory & |
directory, |
|
|
size_t |
indentLevel |
|
) |
| |
append each directory's files' description to the given string.
◆ FileDescription()
std::wstring FileDescription |
( |
const VfsFile & |
file | ) |
|
- Returns
- a string containing file attributes (location, size, timestamp) and name.
◆ FileDescriptions()
std::wstring FileDescriptions |
( |
const VfsDirectory & |
directory, |
|
|
size_t |
indentLevel |
|
) |
| |
- Returns
- a string holding each files' description (one per line).