ファイルか
os.path.isfile(targetPath)
フォルダー
か
os.path.isdir(targetPath)
シンボリックリンクか
os.path.islink(targetPath)