Skip to content

aTechGuide/FileSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

File System in Scala

Emulating an Immutable File System in Scala. It supports following Commands

  • mkdir: For creating new Directory
  • ls: For displaying the contents of current Directory
  • pwd: Displays present Working Directory
  • touch: Creates an empty file
  • cd: Change Directory
  • rm Delete Directory
  • echo Works as linux echo command (Tt doesn't support absolute/relatives path for file names)

References

About

Emulating a File System in Scala

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages