回答編集履歴
1
typo
answer
CHANGED
@@ -13,6 +13,6 @@
|
|
13
13
|
|
14
14
|
これで合っているかどうかはわかりませんが。
|
15
15
|
|
16
|
-
pathlibではなく`os.path.
|
16
|
+
pathlibではなく`os.path.join`などで処理する方法もあるかと。
|
17
17
|
|
18
18
|
[os.path --- 共通のパス名操作 — Python 3.10.0b2 ドキュメント](https://docs.python.org/ja/3/library/os.path.html)
|