dplug.core.file

Reading files without the D runtime.

Members

Functions

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

Replacement for std.file.read. Returns: File contents, allocated with malloc. null on error.

Meta

Authors

Guillaume Piolat