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