[Tutor] Create text file (original) (raw)
Bernard Lebel atyss4si at hotmail.com
Thu Jul 1 09:17:27 EDT 2004
- Previous message: [Tutor] Loops
- Next message: [Tutor] Create text file
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello,
I searched througout the Python docs but can't find anything about that.
Is there a way to create a text file in Python? So far I'm using a FileSystemObject (wich is an ActiveX object, running inside the Win32 module), in the form of
fso.createtextfile( )
But I'd like to stay away from active objects to maximize Windows-Linux compatibility.
Any advince would be very welcomed.
- Previous message: [Tutor] Loops
- Next message: [Tutor] Create text file
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]