F_AddFile is now split into two logical operations, open then add.
The open operation is now encapsulated within F_OpenAbstractFilewhich can now be used to replace the open operation as defined byF_Open presently.
Once complete all open files will be represented by their abstractfile_tderived specializations even for the purposes of F_Access queries.
View differences
F_AddFile is now split into two logical operations, open then add.
The open operation is now encapsulated within F_OpenAbstractFile
which can now be used to replace the open operation as defined by
F_Open presently.
Once complete all open files will be represented by their abstractfile_t
derived specializations even for the purposes of F_Access queries.