Directory Existance

How to check if a directory exists


import os


print os.path.exists("/dir1")




















Home »
  Python »
    Advanced Features »




Exception Handling
File
Module