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

Skip to content

Commit 549c74e

Browse files
Ryan HuffordRyan Hufford
Ryan Hufford
authored and
Ryan Hufford
committed
fixed headers
1 parent 265d4a5 commit 549c74e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

FileManager.md

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

33
An amazingly useless tool!
44

5-
##Console Class
5+
## Console Class
66

77
The *Console* class manages inputs and outputs. The role of the *console* class is to create the
88
objects necessary to interact with a user in the terminal. After prompting the user for some input,
99
it then trims extra white space off any input and makes them uniformly lower case.
1010

1111

12-
##File Operator Class
12+
## File Operator Class
1313
The *File Operator* class provides the methods necessary to analyze the user input and determine if certain
1414
file and directory requests are legal. Additionally, it contains functions to return various
1515
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
2020
- Rename files
2121
- Copy and delete both files and directories
2222

23-
##File Manager
23+
## File Manager
2424
Using the *Console* class and the methods produced in the *File Operator* class the *File Manager* class
2525
executes the functions that the use requests. An intro is sent which displays the available commands.
2626
The initial while loop buffers against empty inputs. Next a switch statement is used to select

0 commit comments

Comments
 (0)