Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 852bf05

Browse files
committed
Added available command descriptions.
1 parent d339834 commit 852bf05

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

.idea/compiler.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

FileManager.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
11
# FileManager
22

3-
An amazingly useless tool!
3+
An amazing tool that can prove itself to be quite useful!
44

5+
#Available commands are:
6+
7+
### list, info, mkdir, rename, copy, move, delete, and quit!
8+
9+
###list is a function that is used to display all contents of a specified directory.
10+
11+
###info is a function that helps to display the properties of a file or directory.
12+
13+
### mkdir is a function used to create a new empty directory whose name is define by path. I like to think of mkdir as create a new folder.
14+
15+
### rename is a function used to change the designated name of a file or folder.
16+
17+
### copy is a function used to make a duplicate of a file or folder to the printer or to the terminal.
18+
19+
###move is a function used to change where a file or directory is located. For example, moving a file from documents to desktop.
20+
21+
###delete is a function that helps you to remove an unwanted file or directory.
22+
23+
###quit exits the command line processor interactive input mode and returns to the operating system command prompt.

0 commit comments

Comments
 (0)