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

- Set Lua api version to 1.49


Origin commit data
------------------
Commit: ab7d90de3f
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-09-04 (Sun, 04 Sep 2016)
This commit is contained in:
Michael Liebmann
2016-09-04 18:54:45 +02:00
parent 0143837e94
commit 3bd7c3f7d9
3 changed files with 41 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ class CLuaInstFileHelpers
static CLuaFileHelpers *FileHelpersCheckData(lua_State *L, int n);
static int FileHelpersNew(lua_State *L);
static int FileHelpersCp(lua_State *L);
static int FileHelpersChmod(lua_State *L);
static int FileHelpersDelete(lua_State *L);
};