mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 05:48:12 +00:00
Implement creating a new directory.
This commit is contained in:
parent
5c50d02c2e
commit
f608629704
9 changed files with 224 additions and 20 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue