パスから拡張子を取得 2010/8/14 Python2.5.4 import os.path root, ext = os.path.splitext(path) # root => C:\foo\bar\test # ext => .txt