lua-users home
lua-l archive

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


> os.tmpname() cannot be used directly under Windows because the
> filename returned is of the type "\s160.", i.e. it is in the root
> directory instead of the %TEMP% directory of the current user.
> It works anyway if the user is administrator, which (thankfully!) is
> not usually the case with recent versions of Windows.

Are you running the tests with the option -e _U=1 ?

-- Roberto