mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 10:48:41 +00:00
Implement creating a new directory.
This commit is contained in:
@@ -53,6 +53,7 @@ public:
|
||||
|
||||
OwnPtr<FileHandle> open(const String& path);
|
||||
OwnPtr<FileHandle> create(const String& path);
|
||||
OwnPtr<FileHandle> mkdir(const String& path);
|
||||
|
||||
bool isRoot(InodeIdentifier) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user