DirectoryBundle

Undocumented in source.

Constructors

this
this(string path)
Undocumented in source.

Members

Functions

exists
bool exists(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
find
Optional!Asset find(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
ls
Asset[] ls()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

scheme
string scheme [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Bundle

ls
Asset[] ls()
Undocumented in source.
scheme
string scheme [@property getter]
Undocumented in source.
exists
bool exists(string path)
Undocumented in source.
find
Optional!Asset find(string path)
Undocumented in source.
get
Asset get(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
findContent
Optional!string findContent(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
getContent
string getContent(string path)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta