Get filepath from System.IO.FileInfo

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

You can get the full path to the downloaded file using the FullName property:

fileDownloaded.FullName
2 Likes

Thank you, worked like a charm!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.