mirror of
https://github.com/lunarmodules/luafilesystem.git
synced 2026-07-24 20:33:06 +00:00
Initial revision
This commit is contained in:
8
t_luafilesystem.lua
Normal file
8
t_luafilesystem.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
-- $Id: t_luafilesystem.lua,v 1.1 2004/07/27 14:15:24 tomas Exp $
|
||||
if not luafilesystem and loadlib then
|
||||
local libname = "LIB_NAME"
|
||||
local libopen = "luaopen_luafilesystem"
|
||||
local init, err1, err2 = loadlib (libname, libopen)
|
||||
assert (init, (err1 or '')..(err2 or ''))
|
||||
init ()
|
||||
end
|
||||
Reference in New Issue
Block a user