lua-users home
lua-l archive

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


    Hi. I tried to generate a temporary filename using os.tmpname() and I got a bad filename ("\s2u0.").
    Do I need to do anything else to get a temporary filename?
    This happens only in Windows. In Linux it works.
    -- Fred