|
time_t | GetAccessTime () const |
| Get time of last access.
|
|
uint32_t | GetDeviceId () const |
| Get ID of device containing file.
|
|
uint64_t | GetFileSerialNumber () const |
| Get the file serial number, which distinguishes this file from all other files on the same device.
|
|
bool | GetIsBlock () const |
| Get stat url is a block special.
|
|
bool | GetIsCharacter () const |
| Get stat url is a character special.
|
|
bool | GetIsDirectory () const |
| The stat url is a directory if returns true.
|
|
bool | GetIsFifo () const |
| Get stat url is a FIFO special.
|
|
bool | GetIsRegular () const |
| Get stat url is a regular.
|
|
bool | GetIsSocket () const |
| Get stat url is a regular.
|
|
bool | GetIsSymLink () const |
| Get stat url is a symbolic link.
|
|
time_t | GetModificationTime () const |
| Get time of last modification.
|
|
uint64_t | GetSize () const |
| Get total size, in bytes.
|
|
time_t | GetStatusTime () const |
| Get time of last status change.
|
|
void | SetAccessTime (time_t accessTime) |
| Set time of last access.
|
|
void | SetDeviceId (uint32_t deviceId) |
| Set ID of device containing file.
|
|
void | SetFileSerialNumber (uint64_t fileSerialNumber) |
| Set the file serial number, which distinguishes this file from all other files on the same device.
|
|
void | SetIsBlock (bool isBlock) |
| Set stat url as a block special.
|
|
void | SetIsCharacter (bool isCharacter) |
| Set stat url as a character special.
|
|
void | SetIsDirectory (bool isDirectory) |
| Set the stat url is a directory.
|
|
void | SetIsFifo (bool isFifo) |
| Set stat url as a FIFO special.
|
|
void | SetIsRegular (bool isRegular) |
| Set stat url as a regular.
|
|
void | SetIsSocket (bool isSocket) |
| Set stat url is a socket.
|
|
void | SetIsSymLink (bool isSymLink) |
| Set stat url as a symbolic link.
|
|
void | SetModificationTime (time_t modificationTime) |
| Set time of last modification.
|
|
void | SetSize (uint64_t size) |
| Set total size, in bytes.
|
|
void | SetStatusTime (time_t statusTime) |
| Set time of last status change.
|
|
| CStructHdl (const CStructHdl &cppClass) |
|
| CStructHdl (const STAT_STRUCTURE *cStructure) |
|
| CStructHdl (STAT_STRUCTURE *cStructure) |
|
const STAT_STRUCTURE * | GetCStructure () const |
|
| operator const STAT_STRUCTURE * () const |
|
| operator STAT_STRUCTURE * () |
|
const CStructHdl & | operator= (const CStructHdl &right) |
|
const CStructHdl & | operator= (const STAT_STRUCTURE &right) |
|
STAT_STRUCTURE * | release () |
|