ronaque / FileSystem

This repo implements a "virtual" CLI filesystem that i have conceptualised based on osdev wiki explaining FileSystems, and directory/file commands of linux and windows CMDs.
1 stars 0 forks source link

Implement RM command #4

Closed ronaque closed 3 months ago

ronaque commented 4 months ago

rm must delet a file AND a directory Removing a directory shall remove it recursively with a alert to user

ronaque commented 3 months ago
ronaque commented 3 months ago
  • [x] remove remove the file (recalculate directory size)
  • [x] remove confirm if user wants to remove recursively

Implemented both commands in PR #11

ronaque commented 3 months ago

Need to check funcionality of recursive remove when cd command is implemented to create files inside subdirectorys