Never mind.
I fixed my code and it now opens the local cached copy. That’s good enough.
Thanks anyway,
Dan
···
-----Original Message-----
From: Rolander, Dan
Sent: Friday, March 30, 2001 10:17 AM
To:
‘wxpython-users@lists.wxwindows.org’
Subject: Can wxFileDialog return URLs?
Is there a way to have wxFileDialog return the URL path to a file selected with the My Network Places option? GetPath() returns the local cached copy of the file and the path is munged at that. In my example I’m trying to get a file named geronimo.xml and GetPath() is returning this value:
C:\Documents and Settings\drolande\Local Settings\Temporary Internet Files\Content.IE5\HBMIY7FC\geronimo[1\geronimo[1].xml
The \geronimo[1\geronimo[1].xml is invalid and I can’t open that file. If I had the full URL I could use urllib.urlopen().
Thanks,
Dan