Add PathIsRelative()

This commit is contained in:
Alex
2023-05-05 20:02:53 +03:00
parent 7d939c001b
commit 1df78907fc
2 changed files with 10 additions and 0 deletions

View File

@ -158,6 +158,8 @@ namespace VirtualFileSystem
*/
File ConvertNodeToFILE(Node *node);
bool PathIsRelative(const char *Path);
Node *GetParent(const char *Path, Node *Parent);
Node *GetRootNode() { return FileSystemRoot; }