2017-09-18 2:35 GMT+02:00 Javier Guerra Giraldez <javier@guerrag.com>:
On 16 September 2017 at 17:58, Russell Haley <russ.haley@gmail.com> wrote:
Could someone please *name* a filesystem that they use Lua on that is *not* windows or posix compliant?
easy, embedded systems, like NodeMCU. Terrible name, but it's a
really popular platform, introducing Lua to a new group of people.
while there's something like a filesystem, it's _very_ far from POSIX!
Well, LuaFileSystem is much less than POSIX. As long as the filesystem
has filenames, we are in business. The most pressing need is directories.
Links and locks can wait.