FileOpenInfo

Helper struct which contains information about a recently opened and/or created file

Members

Functions

expired
bool expired(SysTime now)
setCreated
void setCreated()

Sets created to true and triggers onFullyCreate if it is also opened

setOpened
void setOpened()

Sets opened to true and triggers onFullyCreate if it is also created

Variables

at
SysTime at;

When the file first was accessed recently

created
bool created;
opened
bool opened;

Whether the file has only been created, opened or both

uri
DocumentUri uri;

The uri of the file

Meta