PHP » PYTHON
Python alternatives for PHP functions
login
|
register
|
about
function.filesize
[code=python]¶
import os¶
os.path.getsize(filename)¶
[/code]