1. Home
  2. Docs
  3. File Automation
  4. IsFileExist

IsFileExist

Aiwozo.Files.Core.Activity.IsFileExist

  • This activity is used to check whether the file exists on a specified path or not.

Properties

       Misc

  • DisplayName (String) – To set a meaningful name according to the user.
  • IsPathExist(OutArgument<Boolean>) – Gives the result as Boolean depending upon whether the path exists or not.
  • FilePath(InArgument<String>) – The full path to be checked for that particular file.