The explanation of the code part is available in the report file.
Program should must provide the following functionalities:
● Create a new file. ● Delete an existing file. ● Rename an existing file. ● Copy a file. ● Move a file from one folder to another. ● For text files
Application User Guide:
running commands: ● help\n● create/h\n● delete/h\n● rename/h\n● copy/h\n● carry/h\n● append/h\n● remove/h\n● pause/h
If you already know our app or don't want to get help;--> create , delete , rename , copy , carry , append , remove, pause
Type exit to exit the application !
Don't worry, the application will constantly guide you with messages.
Most important feature of your filemanager will be such that project is using it on top of any operating system thathas a standard C compiler installed. Hence, you should NOT use any operating systemscommands (shell commands, utilities, etc.), nor any system calls in your project.