Hello all!
Not sure if this has been asked already, if so apologies.
Is there a way to return the time-stamp of a file on the device? I'm trying to access images in the camera roll folder, but since windows automatically gives the image a name (picture###.jpg) at the time of save, I cant search through the entire folder to find the last image taken (my code in the past inserted the timestamp into the filename itself, but this time it's a Windows app in control).
I've been using fileDialog as well as the standard 'file' keywords (fileSearch etc), so I can see/select the files. I just need to automatically get at the latest file in the collection.
Many thanks in advance!
Not sure if this has been asked already, if so apologies.
Is there a way to return the time-stamp of a file on the device? I'm trying to access images in the camera roll folder, but since windows automatically gives the image a name (picture###.jpg) at the time of save, I cant search through the entire folder to find the last image taken (my code in the past inserted the timestamp into the filename itself, but this time it's a Windows app in control).
I've been using fileDialog as well as the standard 'file' keywords (fileSearch etc), so I can see/select the files. I just need to automatically get at the latest file in the collection.
Many thanks in advance!