回答編集履歴
1
参考追記
test
CHANGED
@@ -1,3 +1,7 @@
|
|
1
1
|
[os.path](http://docs.python.jp/2/library/os.path.html)モジュールを使うのがおすすめです。
|
2
2
|
|
3
3
|
OSごとのパスの扱いの違いを吸収してくれます。
|
4
|
+
|
5
|
+
|
6
|
+
|
7
|
+
参考(具体的な使い方):[[Python]ファイル/ディレクトリ操作](http://qiita.com/supersaiakujin/items/12451cd2b8315fe7d054)
|