A terminal style view onto the filesystem, with the concept of current working directory. File systems can be mounted to root using libraries such as LocalFileSystem and SDFileSystem. Initial version only allows changing the current working directory and retrieving a directory listing. Required libraries: <<library /users/Phlaphead/libraries/Util/latest>> library.

Auto generated API documentation and code listings for FileSystemInterface

Classes

File File class to hold information about a file
FileSystemInterface A terminal style view onto the filesystem, with the concept of current working directory

Code

File.cpp [code]
File.h [code]
FileSystemInterface.cpp [code]
FileSystemInterface.h [code]