UTF8 - Simple Library for Internationalization
Loading...
Searching...
No Matches
utf8::find_data Struct Reference

File enumeration structure used by find_first() and find_next() functions. More...

#include <winutf8.h>

Inheritance diagram for utf8::find_data:
utf8::file_enumerator

Data Fields

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 size
 file size
 
std::string filename
 file name
 
std::string short_name
 8.3 file name
 

Detailed Description

File enumeration structure used by find_first() and find_next() functions.


The documentation for this struct was generated from the following file: