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

- Set Lua api version to 1.50
This commit is contained in:
M. Liebmann
2016-09-04 18:54:50 +02:00
parent ab7d90de3f
commit ab322416dc
3 changed files with 66 additions and 1 deletions

View File

@@ -41,6 +41,7 @@ class CLuaInstFileHelpers
static int FileHelpersNew(lua_State *L);
static int FileHelpersCp(lua_State *L);
static int FileHelpersChmod(lua_State *L);
static int FileHelpersTouch(lua_State *L);
static int FileHelpersDelete(lua_State *L);
};