This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Marko Mavrinac
Recipients Marko Mavrinac, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-03-16.14:27:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489674475.28.0.107711560644.issue29827@psf.upfronthosting.co.za>
In-reply-to
Content
I have two files in two different folders, both on desktop.
If I try using os.path.exists() on both of them, it returns True for one file and False for the other file.
After renaming file that I got False from, I get returned True and when I rename it back, it returns False again.

File name causing the problem is "testni.wav", I assume it's anything starting with "test", but I'm sure you guys will know better. Thank you

Detailed description with screenshots can be seen here: http://stackoverflow.com/questions/42834408/os-path-exists-returning-false-for-one-and-true-for-another-file-both-files-e
History
Date User Action Args
2017-03-16 14:27:55Marko Mavrinacsetrecipients: + Marko Mavrinac, paul.moore, tim.golden, zach.ware, steve.dower
2017-03-16 14:27:55Marko Mavrinacsetmessageid: <1489674475.28.0.107711560644.issue29827@psf.upfronthosting.co.za>
2017-03-16 14:27:55Marko Mavrinaclinkissue29827 messages
2017-03-16 14:27:54Marko Mavrinaccreate