I want to write a script that Among other things) renames a file based on
it's timestamp.
I can get the date info using
"strftime('%y%m %d',localtime(o s.stat('thefile ')[ST_MTIME])", but this seems
like a long way around the block. Is there a more direct way?
Bill
it's timestamp.
I can get the date info using
"strftime('%y%m %d',localtime(o s.stat('thefile ')[ST_MTIME])", but this seems
like a long way around the block. Is there a more direct way?
Bill
Comment