Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 638 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 638 Bytes

File Management System

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.

Features

  • 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.

Requirements

  • Python 3.x