This is a File manager made using C and dirent.h that can do simple works such as: creating file and folders, deleting files and folders, listing files, etc.
- List files/folders
- Create folder
- Create file
- Delete file/folder
- Rename file/folder
After you clone this repo to your desktop, go to its root directory and run gcc main.c or g++main.c to execute.
For having a better experience you should run it on windows.
You can check out the full license here
This project is licensed under the terms of the MIT license.
