FileName

File (local) name.

Constructors

this
this(string str)
Undocumented in source.

Members

Functions

opCast
bool opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source.

Variables

str
string str;
Undocumented in source.

Examples

assert(FileName(".emacs").str == ".emacs");
assert(FileName(".emacs").toString == ".emacs");

Meta