Hi Team,
i need a workflow to check the given path is accessible or not
The input i was given in an excel with few paths and also i need a excel output saying these paths are accessible or not in an another column in the same output excel.
please help me here to provide an workflow.
Thanks in advance!
Anjana
use the function FileExists(Path)
If it exists returns -1 if not 0
It can be the folder path or the folder path plus the file name with extension