mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 23:42:51 +02:00
neutrino: Add method to check for empty files in neutrino Lua API
doc:
-https://wiki.tuxbox-neutrino.org/wiki/Lua:Neutrino-API:empty:de
-https://wiki.tuxbox-neutrino.org/wiki/Lua:Neutrino-API:empty:en
Origin commit data
------------------
Branch: ni/coolstream
Commit: 47f1fcbc92
Author: Thilo Graf <dbt@novatux.de>
Date: 2024-06-10 (Mon, 10 Jun 2024)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -48,6 +48,7 @@ class CLuaInstFileHelpers
|
||||
static int FileHelpersLn(lua_State *L);
|
||||
static int FileHelpersExist(lua_State *L);
|
||||
static int FileHelpersDelete(lua_State *L);
|
||||
static int FileHelpersIsEmpty(lua_State *L);
|
||||
};
|
||||
|
||||
#endif //_LUAFILEHELPERS_H
|
||||
|
Reference in New Issue
Block a user