Files

File manager for assets and temp files.

Constructors

this
this(string assets, string temp)
Undocumented in source.

Members

Functions

hasAsset
bool hasAsset(string file)

Indicates whether an asset exists.

hasTemp
bool hasTemp(string file)

Indicates whether a temp file exists.

readAsset
void[] readAsset(string file)

Reads the content of an asset.

readTemp
void[] readTemp(string file)

Reads the content of a temp file.

writeTemp
void writeTemp(string file, const(void)[] buffer)

Writes buffer to a temp file.

Variables

assets
string assets;
Undocumented in source.
temp
string temp;
Undocumented in source.

Meta