Virtual Disk Representation
The virtual disk is represented by a single file (Disk.txt), with a maximum size limit of 1MB.
This file serves as the storage medium for the simulated file system, encapsulating directories, files, and metadata.
File System Operations
File Creation: Create new files within the virtual file system.
Directory Creation: Create directories (folders) to organize files hierarchically.
File Copying: Duplicate files within the file system.
File Deletion: Delete files from the virtual disk.
Directory Deletion: Delete directories from the virtual disk.
File Renaming: Rename files and directories.
Listing Content: List the contents of directories.
Navigating Directory Structure: Traverse through directories.