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

Skip to content

Commit 1f2841d

Browse files
committed
description
1 parent d339834 commit 1f2841d

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-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: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,27 @@
11
# FileManager
22

3-
An amazingly useless tool!
3+
# list
4+
All files in the folder are listed.
5+
6+
# info
7+
Gives the files name, absolute path to the file, relative path, size, created date, and modified date.
8+
9+
# mkdir
10+
Creates a new folder with a given name at a given directory.
11+
12+
# rename
13+
Locates the file and renames it.
14+
15+
# copy, move, delete
16+
Given a path to the file, copy and move copies the file to another path. In move, however, the original file is deleted.
17+
Use Case:
18+
19+
For copy, creates a copy file in another path.
20+
21+
For move, creates a copy file in another path and deletes the original file.
22+
23+
For delete - deletes the file
24+
25+
# Quit
26+
Exits program.
427

0 commit comments

Comments
 (0)