我的 Windows 7 机器上有 Python 2.5.x。
os.path.exists('C:') # returns True
os.path.exists('C:\Users') # returns True
os.path.exists('C:\Users\alpha') # returns False, when ALPHA is a user on my machine
我已授予我正在使用的 CLI 的读/写权限。这可能是什么原因?