File Manager in C++
This project is a file manager created in C++.
The program allows you to work with files and directories in a convenient and understandable way.
A wide range of functions for viewing, editing, and organizing data in the file system has been implemented.
Main features:
Viewing the contents of disks and directories
→ the user can navigate between folders and view their structure.
Opening files
→ the ability to open a file for viewing or editing.
Creating folders and files
→ the program allows you to create new directories and text files.
Deleting items
→ Secure deletion of folders and files is implemented.
Renaming
→ Change the names of files or folders without losing content.
Copying and moving
→ Conveniently work with files between different directories.
Calculating size
→ Automatically determine the size of a file or folder in bytes.
Search by mask
→ search for files by pattern (e.g., *.txt).
The program allows you to work with files and directories in a convenient and understandable way.
A wide range of functions for viewing, editing, and organizing data in the file system has been implemented.
Main features:
Viewing the contents of disks and directories
→ the user can navigate between folders and view their structure.
Opening files
→ the ability to open a file for viewing or editing.
Creating folders and files
→ the program allows you to create new directories and text files.
Deleting items
→ Secure deletion of folders and files is implemented.
Renaming
→ Change the names of files or folders without losing content.
Copying and moving
→ Conveniently work with files between different directories.
Calculating size
→ Automatically determine the size of a file or folder in bytes.
Search by mask
→ search for files by pattern (e.g., *.txt).