JS: Add storage copy() move() mkdir()

This commit is contained in:
Willy-JL
2024-04-05 06:56:50 +01:00
parent 309889e581
commit 5f80b90a5a
2 changed files with 60 additions and 8 deletions

View File

@@ -38,6 +38,9 @@ storage.remove(path);
print("Done")
// There's also:
// storage.copy(old_path, new_path);
// storage.move(old_path, new_path);
// storage.mkdir(path);
// storage.virtualInit(path);
// storage.virtualMount();
// storage.virtualQuit();