Re: os.path.exists() function does not work for http paths

2008-09-29 Thread Steve Holden
[EMAIL PROTECTED] wrote: > Hi, > > I have used os.path.exists() many a times for any file system paths in > local system. But this does not seem to work for an Http path. > > e.g: > > > To check is the Results folder exists at the following path, I do: > > > if not os.path.exists("http://subv

os.path.exists() function does not work for http paths

2008-09-29 Thread dudeja . rajat
Hi, I have used os.path.exists() many a times for any file system paths in local system. But this does not seem to work for an Http path. e.g: To check is the Results folder exists at the following path, I do: if not os.path.exists("http://subversion.myCom.com/Testing/Results";): print 'P