lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


... but this is not "problem" of Lua.

The Lua libraries os and io/file are generally strongly depending on
the operating system / file system you use. ... and it is clear that
they depend very much on system... .

Even if you restrict on NIX / DOS-Windows, in some systems you might
have some system functions, which do not exist in others (e. g.
concerning the file access in network systems). ... it is not
possible, that Lua could support here "anything possible" - for
special operating system things have will have to implement your
user-made library for Lua (programmed in own C code...) .