ocean.io.vfs.FileFolder

Public Imports

ocean.io.vfs.model.Vfs
public import ocean.io.vfs.model.Vfs;
Undocumented in source.

Members

Classes

FileFolder
class FileFolder

Represents a physical folder in a file system. Use one of these to address specific paths (sub-trees) within the file system.

FileGroup
class FileGroup

Represents a group of files (need this declared here to avoid a bunch of bizarre compiler warnings.)

Functions

main
void main()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta

License

Tango Dual License: 3-Clause BSD License / Academic Free License v3.0. See LICENSE_TANGO.txt for details.

Version

Oct 2007: Initial version