Tkrzw
Public Attributes | List of all members
tkrzw::FileStatus Struct Referencefinal

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...
 

Detailed Description

Status information of a file.

Member Data Documentation

◆ is_file

bool tkrzw::FileStatus::is_file = false

Whether it is a regular file.

◆ is_directory

bool tkrzw::FileStatus::is_directory = false

Whether it is a directory.

◆ file_size

int64_t tkrzw::FileStatus::file_size = 0

File size in bytes.

◆ modified_time

int64_t tkrzw::FileStatus::modified_time = 0

Modified time duration from the UNIX epoch.