File Python Tutorial

import os
print os.path.exists("/dir1")
print os.path.isdir("/dir2")
print os.path.isfile("/test.doc")