mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
lua_filehelpers.cpp: Add lua script function 'touch()'
- Set Lua api version to 1.50
Origin commit data
------------------
Commit: ab322416dc
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-09-04 (Sun, 04 Sep 2016)
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user