X Tutup
Skip to content

Commit afc8262

Browse files
added notes to FileManager.md for each command
1 parent 6eada54 commit afc8262

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

FileManager.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
# FileManager
1+
# FileManager Documentation
22

3-
An amazingly useless tool!
3+
## Commands
4+
* `list`: Entering a specified file path will list all folders and files under that directory.
5+
* `info`: Entering a specified file path will provide details about the directory including Name, Absolute path, Relative path, Size (in bytes), Created date and Last Modified date.
6+
* `mkdir`: Creates a new folder with the specified name in the specified directory.
7+
* `rename`: Renames a specified file or folder.
8+
* `copy`: Copies or moves a specified file or folder.
9+
* `move`: Moves or deletes a specified file or folder.
10+
* `delete`: Deletes a specified file or folder.
11+
* `quit`: Exits File Manager and terminates the program.
412

test/bar

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)
X Tutup