Skip to content

a VFS implemented in C++ using abstract data types and OOP concepts

Notifications You must be signed in to change notification settings

soumen02/Virtual-File-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Virtual-File-System

A VFS implemented in C++ using abstract data types and OOP concepts

image

Built a Virtual File system from scratch un C++ using various data types like a tree, linked list and stack.

The file system has various functions like

  • showing items in a directory
  • changing directories
  • creating, deteling and moving files and folders
  • printing current directory
  • deleting and recovery from recycle bin
  • calculating size of a folder

The VFS is stored to a savefile and lodaded upon next run - preserving structure.

About

a VFS implemented in C++ using abstract data types and OOP concepts

Topics

Resources

Stars

Watchers

Forks

Languages