lua_filehelpers.cpp: Add lua script function 'exist()'

- Set Lua api version to 1.55
This commit is contained in:
M. Liebmann
2016-09-05 15:25:07 +02:00
parent 95a078742b
commit 52c489f211
3 changed files with 66 additions and 1 deletions

View File

@@ -46,6 +46,7 @@ class CLuaInstFileHelpers
static int FileHelpersMkdir(lua_State *L);
static int FileHelpersReadlink(lua_State *L);
static int FileHelpersLn(lua_State *L);
static int FileHelpersExist(lua_State *L);
static int FileHelpersDelete(lua_State *L);
};