Go to the source code of this file.
Namespaces | |
lua_fileops | |
Functions | |
int | lua_fileops::intf_have_file (lua_State *L) |
Checks if a file exists (not necessarily a Lua script). More... | |
int | lua_fileops::intf_read_file (lua_State *L) |
Checks if a file exists (not necessarily a Lua script). More... | |
int | lua_fileops::load_file (lua_State *L) |
Loads a Lua file and pushes the contents on the stack. More... | |