Skip to content

Instantly share code, notes, and snippets.

@rlam3
Created July 2, 2015 22:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rlam3/c4f2b80cc5d768c1a1e8 to your computer and use it in GitHub Desktop.
Save rlam3/c4f2b80cc5d768c1a1e8 to your computer and use it in GitHub Desktop.
import os
fullpath = os.path.join(os.sys.path[0],'path/to/file/or/folder'
# size of folder or file
# reminder: folder size does not include content within folder
os.stat(fullpath).st_size
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment