How to check a filepath exists or not in a Process

Command to check whether a filepath exists or not

Hi,

There is no file activity for the same. However you can use power shell activity and use this command to verify is that file path exist or not. Out put will be true and false accordingly.

Commad Ex:
Test-Path -Path “C:\Windows”