Hi Xander,
Thanks for looking. We're running 10.0 right now, so it would be nice...but we're upgrading shortly to 10.2, so it's really not a big deal. No worries
Trill
Good luck with the migration and hopefully it will be soon. With the data access module that was release at 10.1 SP1, a lot of nice possibilities have become available.
I use this script a lot.
Anyone know a way to add in EXIF info to the Comment before I write it out using
open(baseOut + os.sep + fileName, 'wb').write(binaryRep.tobytes())
I am also looking at adding it after the fact but figured this would be easier. Thanks