I have been searching for a code sample on how to get a directory listing and then download files from a Nokia phone using the InTheHand libraries. I have seen lots of examples on how to connect and write a file but have not found anything that shows how to retrieve a directory listing (DirectoryInfo or FileInfo) and then setup a stream to download.
The problem I have with all the existing methods of downloading is that I use the phone as a voice recorder and need to preserve the date and time of the record or file creation. All efforts to copy the files to persist this has failed so far and therefore turned to these libraries hoping to quickly resolve this issue, but have been unable to find any sample code to retrieve this information.
Any help will be most appreciated.
Arvid