is there a way to get the path to the last saved photo? seems like it would be a useful function.
as it is, i'll poke through the various directories as needed. i'll go over my assumptions to see if they match up with what others have experienced.
images are saved with directories inside of the DCIM directory. These directories are named '100CANON' and the prefix number increases by 1 for every ten thousand images saved. i assume this will continue until '999CANON' is reached. At this point, perhaps it goes to '100CANON' rather than '001CANON'
of course, if you start to hit against these limitations, you've taken 9 million pictures. my project takes one pic every fives minutes resulting in 105k images. while i'm not concerned with eclipsing 9m images, i will regularly exceed 10k images and my script needs to be prepared for this.
---
my solution for working with images in different directories
-get list of items in DCIM dir
-grab last item of list, fooDir
-get list of items inside fooDir
-grab last item inside of fooDir
-move to my own dir in DCIM, barDir
-rename last item inside barDir
-hope that eye-fi will find the resulting file and deliver it to my Mac
---
also wonder if there's a way to reset the incremented file names