lua-users home
lua-l archive

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


On Sat, 19 Jan 2019 at 14:10, Viacheslav Usov <via.usov@gmail.com> wrote:
> There is no pure Lua solution to this problem.

I came to the same conclusion. I personally maintain a set of patches
[1] that make Lua (also LFS) use the W variants of all OS APIs
involving filenames. So in a sense all my Lua interpreters are impure,
but they're so much more usable for Windows scripting.

[1] https://bitbucket.org/doub/canopywater/src/default/srcweb/lua-5.3.4/patches/