Return to Snippet

Revision: 27250
at May 31, 2010 18:44 by iloveitaly


Initial Code
def file_size_mb(filePath): return float(os.path.getsize(filePath)) / (1024 * 1024)

Initial URL


Initial Description


Initial Title
Get File Size Python

Initial Tags
file, path, python

Initial Language
Python