I've already got it in pieces.. Trying to figure out how to isolate a specific folder and select only the last file in the folderHave a look at this.
Thanks for the help udg. the files are named by date, mp4 files so time stamp and name should be the same order. Essentially yes, you are correct. Firstly, I need to locate the last file in the list, then I need to upload it.. No doubt I'll need to pull apart another example project for that.So, if I understand it correctly, your are facing a first problem which is how to locate and select the source file on the device (by last file in a folder do you mean the one with the most recent timestamp or a file having a name that let you understand it is the last one?).
Once you get that file, you need to copy it to an SD card. Right?
For Each f As String In File.ListFiles(Source)