Get File Size in Bytes using Python January 5, 2021 Python 0 Comments 429 Views os.path.getsize function import os sizeInBytes = os.path.getsize('test.txt') print(sizeInBytes)
Leave a Comment
Cancel reply