π 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...

