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