Answers for "get size of file python mb"

2

python get file size in mb

import os
os.path.getsize("path/to/file") / (1024*1024)
Posted by: Guest on February-26-2021

Code answers related to "get size of file python mb"

Python Answers by Framework

Browse Popular Code Answers by Language