WPILibC++
2019.1.1-beta-4-28-g80f87ff
|
Represents the result of a call to directory_iterator::status(). More...
#include <FileSystem.h>
Protected Attributes | |
time_t | fs_st_atime = 0 |
time_t | fs_st_mtime = 0 |
uid_t | fs_st_uid = 0 |
gid_t | fs_st_gid = 0 |
off_t | fs_st_size = 0 |
file_type | Type = file_type::status_error |
perms | Perms = perms_not_known |
Represents the result of a call to directory_iterator::status().
This is a subset of the information returned by a regular sys::fs::status() call, and represents the information provided by Windows FileFirstFile/FindNextFile.