File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
An amazingly useless tool!
4
4
5
- ##Console Class
5
+ ## Console Class
6
6
7
7
The * Console* class manages inputs and outputs. The role of the * console* class is to create the
8
8
objects necessary to interact with a user in the terminal. After prompting the user for some input,
9
9
it then trims extra white space off any input and makes them uniformly lower case.
10
10
11
11
12
- ##File Operator Class
12
+ ## File Operator Class
13
13
The * File Operator* class provides the methods necessary to analyze the user input and determine if certain
14
14
file and directory requests are legal. Additionally, it contains functions to return various
15
15
information about files that already exist. * File Operator* holds function which can be used to:
@@ -20,7 +20,7 @@ information about files that already exist. *File Operator* holds function which
20
20
- Rename files
21
21
- Copy and delete both files and directories
22
22
23
- ##File Manager
23
+ ## File Manager
24
24
Using the * Console* class and the methods produced in the * File Operator* class the * File Manager* class
25
25
executes the functions that the use requests. An intro is sent which displays the available commands.
26
26
The initial while loop buffers against empty inputs. Next a switch statement is used to select
You can’t perform that action at this time.
0 commit comments