2012年9月16日 星期日

python check file / directory exist

# check file exist
os.path.isfile(fname)
# check direcotry exist
os.path.exists(file_path)




Reference :
filesystems - How do I check if a file exists using Python? - Stack Overflow
 

沒有留言:

張貼留言