Fauzan_Marantama
(Muhammad Fauzan Marantama Raharjo)
1
Hello
So i create an automation to download a file using wait for download activities and set a variable as output.
From this output I want to know the filepath of the downloaded file, is it possible? because the variable type are system.IO.FileInfo
1 Like
ptrobot
2
You can get the full path to the downloaded file using the FullName property:
fileDownloaded.FullName
2 Likes
Fauzan_Marantama
(Muhammad Fauzan Marantama Raharjo)
3
Thank you, worked like a charm!
2 Likes
system
(system)
Closed
4
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.