readFileToString

Reads a whole file into a string.

@safe
string
readFileToString
(
in string filename
)

Parameters

filename string

The file to be read.

Return Value

Type: string

The file's contents.

Throws

Exception if the file does not exist.

Meta