Feedback

  • Contents
 

Quick Directory Available Check

The System tool is designed to quickly determine if a directory is available on the network. It takes three parameters: the directory name (UNC path), timeout for the check, and cache entry timeout

Note: The tool must not be used to check for availability of files, or large numbers of directories. It is for root share availability check only.

Inputs

Path Name

The UNC path of the directory being checked.

Request Timeout

The number of seconds the tool will wait for a return before timing out.

Cache Entry Refresh

The cache entry timeout specifies the amount of time last check will be cached. After that timeout expires, the system will automatically check whether the state of directory availability has changed from the state recorded in the cache.

Exit Paths

Success

This path is taken if the specified directory is available.

Failure

This path is taken if the specified directory is not available.

Timeout

This path is taken if the specified directory is not found in the allotted time.