Size: 145
Comment:
|
Size: 328
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
{{{#!python | |
Line 2: | Line 3: |
Line 9: | Line 9: |
}}} {{{#!python import os,sys directory='satbildverarbeitung2' files=glob.glob('directory/*.*') for i in files: size=os.path.getsize(i) print i,size }}} |