Greetings ...
I need the path or file name of "the last image". I use the iphonepickphoto ("library"). It is picked. Is there some way I can get the unique id of the picture so the picture can be used at another time?
I am really just trying to send it as an attachment in an email - but I need to know the path to the picture.
Thank you!!
Jack
Path to "the last image"
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Path to "the last image"
Braintree Athletics
Creating Video Editing Software for Coaches and Teachers
Creating Video Editing Software for Coaches and Teachers
Re: Path to "the last image"
Hi Jack,
What if you just put "last picture" data into a variable? You could have it hang around for as long as you like. If you have a series of photos then just create the var on-the-fly.
... hmmm how would one make a global var on-the-fly? Locals easy. I guess you could cheat and just have
global gPic1,gPic2,gPic3
already setup.
Simon
What if you just put "last picture" data into a variable? You could have it hang around for as long as you like. If you have a series of photos then just create the var on-the-fly.
... hmmm how would one make a global var on-the-fly? Locals easy. I guess you could cheat and just have
global gPic1,gPic2,gPic3
already setup.
Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!