This Python script provides a basic file management system that allows users to perform various file operations in a specified directory. The operations include creating files, listing files, deleting files, reading file contents, and appending data to existing files.
- List all files in the specified directory.
- Create a new file in the specified directory.
- Delete an existing file from the specified directory.
- Read the contents of a file in the specified directory.
- Append data to an existing file in the specified directory.
- Python 3.x