lua-users home
lua-l archive

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


On Thu, Nov 3, 2011 at 10:43 AM, Daniel Silverstone
<dsilvers@digital-scurf.org> wrote:
> To play devil's advocate a little here -- why can this 'virtualisation layer'
> not be LuaFilesystem ?

Well, that's it - require 'lfs' is a very common way to start writing
a program ;)

There's lots of code using it, and plenty of scope for extending
LuaFileSystem so that (e.g) it can provide common abstractions for
similar file system concepts that are implemented differently, like
symbolic links.

steve d.