FileManager.lookup

Looks up the given filename from the internal file buffer table. 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(ubyte)[]
lookup

Return Value

Type: const(ubyte)[]

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

Meta