ファイル・フォルダが存在するか調べる

2015/5/24

Python3.4.2

import os
os.path.exists("filepath")