|
CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
|
Represents information about a file or directory. More...
#include <file_system_info.h>
Public Attributes | |
| FileAttributes | attr |
| Attributes of a file or a directory. More... | |
| DateTime | cTime |
| Creation time. More... | |
| DateTime | wTime |
| Last write time. More... | |
| DateTime | aTime |
| Last access time. More... | |
| int64_t | size |
| File size in bytes. More... | |
Represents information about a file or directory.
| DateTime System::IO::FileSystemInfoStat::aTime |
Last access time.
| FileAttributes System::IO::FileSystemInfoStat::attr |
Attributes of a file or a directory.
| DateTime System::IO::FileSystemInfoStat::cTime |
Creation time.
| int64_t System::IO::FileSystemInfoStat::size |
File size in bytes.
| DateTime System::IO::FileSystemInfoStat::wTime |
Last write time.