Thanks for your replies. I apologize that my question wasn't clear enough.
I'm trying to write a program, for my own use, to backup existing folders and files to a NAS drive. I created the folder "data" for my various projects (emulating what I do on my PC) and have a subfolder for each project. The files can be images, text files, databases, etc.
Using the ExternalStorage example, I can get the filenames and have been able to copy over the individual files to the NAS drive. Is it possible to get the full folder path for each file? Or, do I need to build up the full folder names one level at a time?
Thanks again.