How to get the full path of a directory by using it's name?

directory.GetFiles(downloadDirPath) will store the filenames in an array.
Use a for each loop to access all the files.

Untitled

1 Like