File Folder Exists

File Folder Exists




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


Get list

1. When specifying a file extension, you must always write the extension name after "*." ex) *.xlsx, *.pdf 

2. Only one file extension name can be specified




tooltip

  • 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






All Plugins