lua-users home
lua-l archive

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



On 6-Feb-05, at 5:54 PM, PA wrote:

Alternatively, is there another way to figure out the location of the tmp directory in a platform agnostic way?

It's not guaranteed that a platform has directories, never mind temporary directories. So I don't suppose there is.

It would be nice if all platform-specific os-bindings implemented this particular function with the same interface, though.

R.