Skip to content

manmathbh/Basic-File-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

This repository contains a basic implementation of a file manager written in C++. The file manager allows users to perform common file operations such as creating, deleting, renaming, and navigating through directories.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages