lua-users home
lua-l archive

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


According to the luaposix doc, a successful call to function mkstemp() returns

     int open file descriptor

But I noticed that it also returns the created file name as second value, which is very convenient. Is it just a documentation error, in other words, can I rely on this behaviour, or not?

-- Bernd