Skip to content

AbhayPratap05/FileManagementSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

File Management System

Overview

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.

Features

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

Compilation

To compile the project, use the following command:

g++ -o FileManager main.cpp FileManager.cpp

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages