CorsixTH Lua Documentation

FileSystem Class

Layer for abstracting away differences in file systems

Declared on: line 26 of Lua/filesystem.lua.

Method Index

Member Index

function FileSystem:getFilePath(virtual_path, ...)

Parameters:

NameTypeDescription
virtual_path ? ?
... ? ?

Declared on: line 113 of Lua/filesystem.lua.

function FileSystem:listFiles(virtual_path, ...)

Parameters:

NameTypeDescription
virtual_path ? ?
... ? ?

Declared on: line 74 of Lua/filesystem.lua.

function FileSystem:readContents(virtual_path, ...)

Parameters:

NameTypeDescription
virtual_path ? ?
... ? ?

Declared on: line 99 of Lua/filesystem.lua.

function FileSystem:setRoot(physical_path)

Parameters:

NameTypeDescription
physical_path ? ?

Declared on: line 49 of Lua/filesystem.lua.

Page generated on Sat Feb 07, 2015 at 18:38:28 by LDocGen.