15 #ifndef LUA_FILEOPS_HPP_INCLUDED
16 #define LUA_FILEOPS_HPP_INCLUDED
int intf_read_file(lua_State *L)
Checks if a file exists (not necessarily a Lua script).
int intf_have_file(lua_State *L)
Checks if a file exists (not necessarily a Lua script).
int load_file(lua_State *L)
Loads a Lua file and pushes the contents on the stack.