Remember to follow the Expectations on Homework when preparing your solutions.
Computer file systems are organized in a hierarchical way: the root directory can contain subdirectories and regular (non-directory) files. Each of the subdirectories can contain their own subdirectories and files, etc. For this assignment, assume that the information stored for each directory is the folder name, a list of (regular) files, and a list of subdirectories. The information stored for a regular file consists of the filename, the number of bytes in the file, and whether or not the file is write-protected.
Develop a data definition for a file system.
Provide the template for a file system.
Save a copy of your work - you will use it for Homework 10. Answers to Homework 9 will be made available on Wednesday, February 13.
Using web-based turnin, turn in a single file hw9.scm containing all code and documentation for this assignment. Make sure both partners' names and wpi login names appear in a comment at the top of the file.