Data about a file system item found by FileSearch. More...
#include <util.h>
Public Member Functions | |
tstring | GetFilename () const |
Return filename as string instance. | |
int64_t | GetFilesize () const |
Utility to compute 64 bit filesize from members. | |
bool | IsDirectory () const |
Is the item a directory? | |
bool | IsHidden () const |
Is the item hidden in explorer? | |
bool | IsReadonly () const |
Is the item read only? | |
bool | IsSystemFile () const |
Is the item reserved for system use? | |
bool | IsTemporary () const |
Is the file marked temporary? | |
Data about a file system item found by FileSearch.