lua-users home
lua-l archive

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


>By the way, I am planning to use the BFS filesystem (used by the Haiku OS and by old BeOS), because its support of extended >attributes is absolutely the best among all the filesystems. Do you think that using this filesystem would make the things too >complicated for the Lua developer? I mean, as compared to manipulating extended attributes on the common Linux filesystems.

Lua does not support filesystems.

AFAIK most people who need this feature use the LuaFileSystem module,
that provides this support.
I do not know if it supports extended attributes. I also don't know if
it supports BFS.

[0] http://keplerproject.github.com/luafilesystem/

att.

--Alessandro Delgado