Implement creating a new directory.

This commit is contained in:
Andreas Kling
2018-10-16 00:35:03 +02:00
parent 5c50d02c2e
commit f608629704
9 changed files with 224 additions and 20 deletions

View File

@@ -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;