carb::filesystem::FileInfo

Defined in carb/filesystem/IFileSystem.h

struct FileInfo

Information about a file.

Subclassed by carb::filesystem::DirectoryItemInfo

Public Members

DirectoryItemType type

The type of this item: Directory or File.

time_t modifiedTimestamp

The time that this item was last modified.

time_t createdTimestamp

The time that this item was created.

size_t size

The size of this item in bytes.

bool isSymlink

Whether this item is a symlink. On Windows, this is a reparse point which also includes directory junctions.