How can you obtain a list of files (as a stringcollection or some other storage method) which contains the full path on the user\'s computer to the files?
Is there a
It looks like you want to use Directory.GetFiles() in the System.IO namespace.
Directory.GetFiles()
System.IO
Docs here.