#include <FS_SHFSHelper.h>
Definition at line 28 of file FS_SHFSHelper.h.
FS_SHFSInfoHelper::FS_SHFSInfoHelper |
( |
| ) |
|
bool FS_SHFSInfoHelper::canHandle |
( |
const char * |
source | ) |
|
|
overridevirtual |
Determine whether this helper can process the filename.
Implements FS_InfoHelper.
Read the contents of a directory
- Parameters
-
source | - The directory to read |
contents | - The list of files in the directory |
dirs | - The list of directories in the directory If dirs is NULL, then all directories should be included in the contents . |
Implements FS_InfoHelper.
bool FS_SHFSInfoHelper::getIsDirectory |
( |
const char * |
source | ) |
|
|
overridevirtual |
Return whether the filename is a directory.
Implements FS_InfoHelper.
time_t FS_SHFSInfoHelper::getModTime |
( |
const char * |
source | ) |
|
|
overridevirtual |
Get the modification timestamp (returns time_t)
Implements FS_InfoHelper.
int64 FS_SHFSInfoHelper::getSize |
( |
const char * |
source | ) |
|
|
overridevirtual |
bool FS_SHFSInfoHelper::hasAccess |
( |
const char * |
source, |
|
|
int |
mode |
|
) |
| |
|
overridevirtual |
The documentation for this class was generated from the following file: