How to open the file and copy the file path.
Hey!
We need some more information like what kind of file are we dealing with?
And
What will you do after copy the file Path?
Regards,
NaNi
1 Like
Hi Nani
My task is first download the zip files and and Extract the file save the one folder …
Have a look at this activity:
then retrieve the filepaths with
arrFilePaths = Directory.GetFiles(YourPath)
Hey!
You can use this approach
Regards,
NaNi