Re: os.tmpname()
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: os.tmpname()
- From: David Burgess <dburgess@...>
- Date: 2005年11月29日 12:33:12 +1100
Thats how windows does it. Why is it a bad filename?
DB
On 11/29/05, Frederico Rodrigues Abraham <devotion97@gmail.com> wrote:
> 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