mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-07 05:19:17 +00:00
Add PathIsRelative()
This commit is contained in:
@ -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; }
|
||||
|
||||
|
Reference in New Issue
Block a user