System::IO::FileSystemInfoStat Class Reference

Represents information about a file or directory. More...

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

Detailed Description

Represents information about a file or directory.

Member Data Documentation

◆ aTime

DateTime System::IO::FileSystemInfoStat::aTime

Last access time.

◆ attr

FileAttributes System::IO::FileSystemInfoStat::attr

Attributes of a file or a directory.

◆ cTime

DateTime System::IO::FileSystemInfoStat::cTime

Creation time.

◆ size

int64_t System::IO::FileSystemInfoStat::size

File size in bytes.

◆ wTime

DateTime System::IO::FileSystemInfoStat::wTime

Last write time.