dplug.core.file

Reading files without the D runtime.

Members

Functions

readFile
ubyte[] readFile(const(char)[] fileNameZ)

Replacement for std.file.read.

readFile
ubyte[] readFile(const(char)* fileNameZ)
Undocumented in source. Be warned that the author may not have intended to support it.
writeFile
bool writeFile(const(char)[] fileNameZ, const(ubyte)[] bytes)

Replacement for std.file.write.

Meta