Skip to content

Project for CS 315 at Sonoma State University that allows for interaction with a recursive mock file structure

Notifications You must be signed in to change notification settings

keegandonley/File-Structure-Simulator

Repository files navigation

File Structure Simulator

C++ program written for a project in my data structures class.

Recursively parses a JSON file and turns it into a structure of directories and files that can be navigated as if it were a unix filesystem.

Runnng

make run builds and runs with the file long.json as the input

To use your own JSON, use make and then run using ./de.x <filename>

Functions

  • cd
  • cd
  • ls
  • mv
  • pwd
  • depth (gets number of directories from root
  • find

About

Project for CS 315 at Sonoma State University that allows for interaction with a recursive mock file structure

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published