Hi Python Gurus
I have a python script that is supposed to check to see if a folder exists in a computer on a network,
but python always seems to return false.
for example:
1)
if os.path.isdir(folder_path):
print Yes
2)
if os.path.isdir(folder_path):
print Yes
If you are directly running it from python prompt its giving the right result, but from a script its always giving false.
If anyone of you have any idea about
this. Please help me out ...
Thanks
Chirantan
Thanks a lot to all in advance
====================
Thanks & Regards
CSaha
Want to be your own boss? Learn how on Yahoo! Small Business.
-- http://mail.python.org/mailman/listinfo/python-list