lua-users home
lua-l archive

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


On Mon, Dec 5, 2011 at 2:55 PM, Patrick Rapin <toupie300@gmail.com> wrote:
> This will cause os.tmpname() to return a path in the user's temporary directory.
> For io.tmpfile(), this is more tricky.

Although the standard Windows behaviour is irritating, it's probably
better just to patch the tests.

It's a well-known ass-biter which I mention in the UFAQ, and that's
why Penlight has path.tmpname().

steve d.