filesystem: add new export FS_GetFullDiskPath, similar to FS_GetDiskPath, but generates full path to the file, including searchpath

This commit is contained in:
Alibek Omarov
2023-05-02 08:52:54 +03:00
parent c33a384975
commit 5a7b68fcc1
7 changed files with 40 additions and 9 deletions

View File

@@ -150,4 +150,6 @@ public:
virtual void AddSearchPathNoWrite(const char *, const char *) = 0; /* linkage=_ZN11IFileSystem20AddSearchPathNoWriteEPKcS1_ */
};
#define FILESYSTEM_INTERFACE_VERSION "VFileSystem009" // never change this!
#endif // VFILESYSTEM009_H