[Tutor] Files and file attributes

D-Man dsh8290@rit.edu
Thu, 22 Feb 2001 09:36:39 -0500


On Thu, Feb 22, 2001 at 10:42:38AM +0100, Remco Gerlich wrote:
| On Wed, Feb 21, 2001 at 07:46:14PM -0500, D-Man wrote:
| I repeat my favorite solution, as I see everybody else omits it :)
| 
| f = open("c:/tmp/testfile","r+")
| 
| Windows is perfectly ok with forward slashes. They keep it a bit of a secret
| though...

Oh, cool.  I like this!

-D