File exists
#1
i'm using
os.path.lexists(file)
to check if a file exists. but it don't work at the xbox.any clue?
Reply
#2
never mind.
i replaced it with os.path.isfile(file)
it works to check if file exists
Reply

Logout Mark Read Team Forum Stats Members Help
File exists0