mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-31 21:59:21 +00:00
Implement creating a new directory.
This commit is contained in:
@@ -38,9 +38,13 @@ int main(int c, char** v)
|
||||
return 1;
|
||||
}
|
||||
|
||||
#if 1
|
||||
#if 0
|
||||
auto newFile = vfs.create("/empty");
|
||||
printf("vfs.create: %p\n", newFile.ptr());
|
||||
#endif
|
||||
#if 1
|
||||
auto newDir = vfs.mkdir("/mydir");
|
||||
printf("vfs.mkdir: %p\n", newDir.ptr());
|
||||
#endif
|
||||
//return 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user