X Tutup
Skip to content

Commit db89de0

Browse files
committed
Finished
1 parent d339834 commit db89de0

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

FileManager.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,17 @@
22

33
An amazingly useless tool!
44

5+
- list : list all folders/files given a path to a directory, say empty if empty, or wrong path if the path does not exist.
6+
-
7+
- info : list information given a path to a file/folder. Info includes name,
8+
- absolute path, relative path, size, date/time created date, and last modified date.
9+
-
10+
- mkdir : create directory, check for naming.
11+
-
12+
- rename : getting path of file to be renamed and then removes file?
13+
-
14+
- copy, move : copy or move folder/file
15+
-
16+
- delete : deletes file/folder given a path (test/bar)
17+
-
18+
- quit : leaves the terminal

test/bar

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

0 commit comments

Comments
 (0)
X Tutup