getsize.py 80 B

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