2008年2月8日 Openforce アプリケーション開発 Pythonで自身のディレクトリパスを取得 import osprint os.path.dirname(os.path.abspath(__file__))