mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-10 14:59:19 +00:00
Update CreateIfNotExists function signature
This commit is contained in:
@ -363,7 +363,7 @@ namespace vfs
|
|||||||
*/
|
*/
|
||||||
RefNode *Open(const char *Path, Node *Parent = nullptr);
|
RefNode *Open(const char *Path, Node *Parent = nullptr);
|
||||||
|
|
||||||
Node *CreateIfNotExists(const char *Path, NodeType Type, Node *Parent);
|
Node *CreateIfNotExists(const char *Path, NodeType Type, Node *Parent = nullptr);
|
||||||
|
|
||||||
Virtual();
|
Virtual();
|
||||||
~Virtual();
|
~Virtual();
|
||||||
|
Reference in New Issue
Block a user