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) |
| Reads a file into a string, or a directory into a list of files therein. More... | |
| int | lua_fileops::intf_canonical_path (lua_State *L) |
| int | lua_fileops::load_file (lua_State *L) |
| Loads a Lua file and pushes the contents on the stack. More... | |
| int | lua_fileops::luaW_open (lua_State *L) |