This C++ program is a simple file manager that allows users to interact with files and directories in their current working directory. It provides basic file and directory management functions such as listing contents, creating directories, viewing files, copying files, moving files, and changing directories.
Features
The file manager supports the following operations:
List Directory Contents Display the contents of the current directory.
Create Directory Create a new directory within the current directory.
View File View the contents of a file if it exists in the current directory.
Copy File Copy a file from one location to another within the current directory.
Move File Move (or rename) a file from one location to another within the current directory.
Change Directory Change the current working directory to a specified subdirectory.
Exit Exit the program.