File enumeration structure used by find_first() and find_next() functions.  
 More...
#include <winutf8.h>
|  | 
| HANDLE | handle | 
|  | search handle 
 | 
|  | 
| DWORD | attributes | 
|  | file attributes 
 | 
|  | 
| FILETIME | creation_time | 
|  | file creation time 
 | 
|  | 
| FILETIME | access_time | 
|  | file last access time 
 | 
|  | 
| FILETIME | write_time | 
|  | file last write time 
 | 
|  | 
| int64_t | size | 
|  | file size 
 | 
|  | 
| std::string | filename | 
|  | file name 
 | 
|  | 
| std::string | short_name | 
|  | 8.3 file name 
 | 
|  | 
File enumeration structure used by find_first() and find_next() functions. 
The documentation for this struct was generated from the following file: