ReadOnlyFileSystem

A filesystem limited to read access.

Members

Functions

openDir
Directory openDir(string path)

Open a directory.

openForInput
InputStream openForInput(string filename)

Open a file for input.

stat
bool stat(string filename, FileStat stat)

Get file or directory stats.

Meta