FileManager.getLines

Looks up the given filename from the internal file buffer table, and returns the lines within the file. If the file does not already exist within the table, it will be read from the filesystem. If it has been read before,

class FileManager
nothrow
const(char)[][]
getLines

Return Value

Type: const(char)[][]

the loaded source file if it was found in memory, otherwise null

Meta