You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a Python-based File Management System that performs basic file operations like create, read, update, and delete (CRUD). It uses `pathlib` and `os` modules to manage files and folders. The project includes a menu-driven interface, exception handling, and directory listing functionality for easy file management.