Reading text file with wierd file extension?

Simon Brunning simon at brunningonline.net
Mon Feb 2 13:52:05 EST 2009


2009/2/2 Lionel <lionel.keene at gmail.com>:
> Hi Folks, Python newbie here.
>
> I'm trying to open (for reading) a text file with the following
> filenaming convension:
>
> "MyTextFile.slc.rsc"

Some kind of a resource fork, perhaps? Where did the file come from?

Python doesn't do anything magic with filenames, so this must be some
sort of a fileysytem oddity, I think.

-- 
Cheers,
Simon B.



More information about the Python-list mailing list