File System Trigger

Node

The File System Trigger node reacts on file changes on the specified path.

Configuration

Basic

Configuration Dialog Basic
Folder Path

The folder on the computer where the node is running from where the data will be retrieved.

Audit Time

The time in which an additional filechange can happen, without triggering another binary out.

Search Pattern

The search pattern that selects which files will be retrieved.

Search Pattern Type

The type of the search pattern.

Wildcard

This type allows a combination of valid literal path and wildcard (* and ?) characters to be used in the search pattern.

RegularExpression

This type allows a regular expression to be used as the search pattern. For an overview of the regular expression language see the Microsoft Docs. The regular expression options IgnoreCase and Singleline are used.

Default: Wildcard

Include Subdirectories

If this option is enabled, the node will also react on filechanges in subdirectories of the specified source folder.

Default: disabled

Use Lockfile

If this option is enabled, a lockfile will appear in the source folder directory, which is used to lock the directory while the file system trigger is active. This prevents renaming, moving and deleting of the specified source folder.

Default: disabled

Lockfile Name

If the Use Lockfile is enabled, this specfies the name of the lockfile.

Use Impersonation

If this option is enabled the node will execute under the account specified below.

Default: disabled

Domain Name

If the Use Impersonation is enabled this specified the domain of the user.

User Name

If the Use Impersonation is enabled this specified the name of the user.

Password

If the Use Impersonation is enabled this specified the password of the user.