os.path.exists(path) returns false when the path actually exists!
 
 When I do this:
 
 >>> os.path.exists("c:\\winnt\\file_name")
 
  I get this:
 >>> False
 
 Actually the file exists in c:\winnt, and I can confirm it exists there, but 
os.path.exists isn't returning True, when it should be..
 
 Is this a bug ?
 
 iyer
 
       
---------------------------------
Park yourself in front of a world of choices in alternative vehicles.
Visit the Yahoo! Auto Green Center.
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to