Find File Path
Last updated
Last updated
The Find File Path action in the Avo Assure is found under the @Generic Element is used to find a file in a given folder location and store the result in an output variable.
Input: <file name>;<folder path>
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
When a user has many files on their computer, like photos and documents. One day, the user wants to find a dictionary invoice they saved, but they can’t remember where it is. Instead of looking through all their folders, the user uses Avo Assure to search in the folder they think it’s in. The tool quickly finds the invoice in particular location.
Input: Provide the input values as below:
dictionary.pdf;C:\
Expected Result: It should find the location of given file to Data folder.
Output: The Find File Path action will find the (dictionary.pdf) file in desired folder and store its file path in {result}output variable. This output can be used for display or other purposes.