Python Python ファイルサイズを取得する hawk 2021-01-29 / 2021-03-07 シンプルに取得できる。 サンプルコード import os bytes = os.path.getsize("/path/file.ext") print(bytes)