#include "common.h"#include "rexp.h"Go to the source code of this file.
Data Structures | |
| class | FsObject |
| class | Filesystem |
Defines | |
| #define | FS_MASK_FILES 1 |
| #define | FS_MASK_DIRECTORIES 2 |
| #define | FS_MASK_HIDDEN 4 |
| #define | FS_ROOT_DIRECTORY "/" |
Definition in file filesystem.h.
| #define FS_MASK_DIRECTORIES 2 |
Definition at line 39 of file filesystem.h.
Referenced by Filesystem::have(), Filesystem::haveDirectories(), web::directories::process(), and Filesystem::readDirectory().
| #define FS_MASK_FILES 1 |
Definition at line 38 of file filesystem.h.
Referenced by Filesystem::have(), Filesystem::haveFiles(), web::files::process(), and Filesystem::readDirectory().
| #define FS_MASK_HIDDEN 4 |
Definition at line 40 of file filesystem.h.
Referenced by Filesystem::have(), and Filesystem::readDirectory().
| #define FS_ROOT_DIRECTORY "/" |
Definition at line 45 of file filesystem.h.
Referenced by ContentManager::_rescanDirectory(), SQLStorage::addAutoscanDirectory(), Filesystem::have(), web::autoscan::process(), web::files::process(), web::directories::process(), web::add::process(), Filesystem::readDirectory(), and ContentManager::setAutoscanDirectory().
1.6.1