Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.




Info
This function is one of Plugins Operation.You can find the movie in ARGOS RPA+ video tutorial.

File/Folder Exists


Author: Jerry Chae


Description

This is a verification plugin which should be mainly to make decisions (conditional branching) depending on the output.




Need help?

Technical contact to tech@argos-labs.com


May you search all operations,





 

Input (Required)

File or folder path to look for if it exists.

 

Output

Return Value

File or Folder path if it exists

Returns no value (blank) when it does not exist

 

Return Code

0                     Found

1                     Found but empty (in case of folder) or 0 KB (in case of file)

2                     Not found

 

How to set parameters




Tooltip
appendIconComment
iconColorBlue
width720px
linkTextText from Image
  • Enter path to either a file or a folder
  • Returns the path only when the input file/folder has been found.
  • Return codes are:
    0 for found
    1 for found but empty (folder) or 0 KB in size (file)
    2 for not found