FileOpenInfo.opened

Whether the file has only been created, opened or both

  1. bool created;
  2. bool opened;
    struct FileOpenInfo
    bool opened;

Meta