if you have shell access to your machine
find . -name \*.jpg -print|grep -v ^tn_ > file.txt
the
| grep -v ^tn_
gets rid of any jpg file that starts with tn_ (i.e. thumbnails)
__________________
SnapReplay.com a different way to share photos - iPhone & Android
|