A simple command-line application for managing text files. The application provides functionalities to create, delete, read, write to files, and list files in a specified directory.
- Create a File: Create a new text file with user-specified content.
- Delete a File: Delete an existing file.
- Read a File: Display the content of a file.
- Write to a File: Append or overwrite content in an existing file.
- List Files: List all files in a specified directory.
To compile the project, use the following command:
g++ -o FileManager main.cpp FileManager.cpp