Simple implementation the file system Support:
- Create and delete a file by command createFile, deleteFile
- Create, delete directory, and change directory path by command createDir, deleteDir, changeDir
- Back to parent directory by command ..
- List all the files by command dir
- Copy file by command cp
- Display space usage by command sum
- Print file content by command cat
- Format the whole file system by command format
- Show command menu by command help
- Exit the system by command exit
- Command abbreviation input(cfile, crfile, cFile, creaFile for createFile)
- Display the current working directory
- System parameters are easy to change in source code
- Use Object-Oriented Programming style and modular design
- User friendly variable name
- SCUT student friendly :)
Run main.cpp file to lanuch the file system!