[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
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