Thanks for help with fn = open ( "file", "mode" )
- Posted by Caracatsanis Pty Ltd <sunpsych at VIC.OZLAND.NET.AU> Aug 13, 2000
- 442 views
Thanks for your replies about this - particularly jiri and Mike. I was making two mistakes: 1 I assumed I had to get the quote symbols (" ") into full_path before passing it to fn = open( full_path, "mode") 2 I was using append() instead of concatenating Alex Caracatsanis