Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.
My Random Thoughts edited this page Apr 6, 2018 · 1 revision

sys-24-search-for-a-file (Disabled)

Allows you to search for a specific file and fails on the result. Note, depending on the number of files on the server, this check may have a high chance of timing out.


Input Values

  • FileName - Name of the file to search for (do not inclue any paths). Wildcards are not supported.
  • FailOnFound - "True|False" - If the file is found, should the check return a fail result

Example

FileName = 'should-not-exist.txt'
FailOnFound = 'True'

Input Descriptions

  • None

Result And Messages

  • PASS
    One or more matching files were found No matching files were found

  • WARNING

  • FAIL
    One or more matching files were found No matching files were found

  • MANUAL

  • NA


Applies To

  • All Servers

Required Functions

  • None
Clone this wiki locally