FileManager.add

Adds the contents of a file to the table.

class FileManager
nothrow
const(ubyte)[]
add
(,
const(ubyte)[] buffer
)

Parameters

filename FileName

name of the file

buffer const(ubyte)[]

contents of the file

Return Value

Type: const(ubyte)[]

the buffer added, or null

Meta