A console-based file manager built with C++ filesystem library. Perform basic file operations through a simple command-line interface.
- π List directory contents
- ποΈ File type differentiation
- π Path navigation
- π‘οΈ Error handling
- π§Ή Console clearing
- π Help command
- C++17 - Modern C++ standard
- Standard Template Library (STL)
# Clone the repository
git clone https://github.com/Pupler/CPP-File-Manager.git
# Compile and run
cd CPP-File-Manager
g++ main.cpp -o file-manager
./file-managerThis project is open source and available under the MIT License.