getsize.py 76 B

12345678
  1. import os
  2. import sys
  3. size=os.path.getsize('app_update.bin')
  4. print(size)