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