Tkrzw
|
Status information of a file. More...
#include <tkrzw_file_util.h>
Public Attributes | |
bool | is_file = false |
Whether it is a regular file. More... | |
bool | is_directory = false |
Whether it is a directory. More... | |
int64_t | file_size = 0 |
File size in bytes. More... | |
int64_t | modified_time = 0 |
Modified time duration from the UNIX epoch. More... | |
Status information of a file.
bool tkrzw::FileStatus::is_file = false |
Whether it is a regular file.
bool tkrzw::FileStatus::is_directory = false |
Whether it is a directory.
int64_t tkrzw::FileStatus::file_size = 0 |
File size in bytes.
int64_t tkrzw::FileStatus::modified_time = 0 |
Modified time duration from the UNIX epoch.