lua-users home
lua-l archive

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


Sorry for the top post.  LuaRocks is awesome and Lfs suites my needs so it makes little difference but it leaves me with questions. 

Could someone please *name* a filesystem that they use Lua on that is *not* windows or posix compliant? 

Also, I have trouble thinking that filesystem access can't be generalized enough to make it extensible. Please, educate me otherwise.

Russ
Sent from my BlackBerry 10 smartphone on the Virgin Mobile network.
  Original Message  
From: Dirk Laurie
Sent: Friday, September 15, 2017 11:07 PM
To: Lua mailing list
Reply To: Lua mailing list
Subject: Re: [ANN] LuaFileSystem 1.7.0

2017-09-16 0:53 GMT+02:00 Hisham <h@hisham.hm>:

> I am happy to announce a long-overdue new release of LuaFileSystem.
> It supports Lua 5.1, 5.2 and 5.3.
>
> LuaFileSystem is a Lua library developed to complement the set of
> functions related to file systems offered by the standard Lua
> distribution. LuaFileSystem offers a portable way to access the
> underlying directory structure and file attributes.

Of all the many excellent Lua modules available on LuaRocks, this is the
one whose capabilities are most urgently needed in Lua 5.4. If it would
need a caveat about system dependence, so be it: we already have that
for two existing routines in the io library.