๐ Day 10: Mini Project โ Create a Local File Manager in Node.js
๐ฏ Project Goal
Create a CLI-based (Command Line Interface) File Manager that allows users to:
Create a folder
Create a file inside that folder
Read the file
Update the file
Delete the file or folder
All operations must include proper error ha...