libcommonc++
0.7
|
File attributes. More...
#include <File.h++>
Public Member Functions | |
FileAttributes () | |
Constructor. More... | |
bool | isDirectory () const |
Test if the file is a directory. More... | |
bool | isFile () const |
Test if the file is a plain file. More... | |
Public Attributes | |
FileType | type |
File type. More... | |
time_ms_t | created |
File creation time (not available on all platforms). More... | |
time_ms_t | modified |
File last-modified time. More... | |
time_ms_t | accessed |
File last-accessed time. More... | |
uint64_t | size |
File size, in bytes. More... | |
Permissions | permissions |
File access permissions. More... | |
File attributes.
|
inline |
Constructor.
|
inline |
Test if the file is a directory.
|
inline |
Test if the file is a plain file.
time_ms_t accessed |
File last-accessed time.
time_ms_t created |
File creation time (not available on all platforms).
time_ms_t modified |
File last-modified time.
Permissions permissions |
File access permissions.
uint64_t size |
File size, in bytes.
FileType type |
File type.