read_file

Read a file into a buffer

@param path The path to the file that shall be read @return NUL-terminated buffer if the file was successfully read, null-pointer otherwise

nothrow @nogc
char*
read_file
(
const(char)* path
)

Meta