LocalFileSystem

LocalFileSystem

Members

Functions

createDir
bool createDir(string path, bool recursive)
Undocumented in source. Be warned that the author may not have intended to support it.
openDir
Directory openDir(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
openForIO
IOStream openForIO(string filename, uint creationFlags)
Undocumented in source. Be warned that the author may not have intended to support it.
openForInput
InputStream openForInput(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
openForOutput
OutputStream openForOutput(string filename, uint creationFlags)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
bool remove(string path, bool recursive)
Undocumented in source. Be warned that the author may not have intended to support it.
stat
bool stat(string path, FileStat stat_out)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From FileSystem

read
anonymousenum read

File access flags.

create
anonymousenum create

File creation flags.

openForOutput
OutputStream openForOutput(string filename, uint creationFlags)

Open a file for output.

openForIO
IOStream openForIO(string filename, uint creationFlags)

Open a file for input & output.

createDir
bool createDir(string path, bool recursive)

Create a new directory.

remove
bool remove(string path, bool recursive)

Permanently delete a file or directory.

Meta