Filesystem:FileWatcher

Last updated 5 August 2026

Filesystem:FileWatcher Informs you if

any aspect of a File changes to react to it.

Pin Info

Input 1: Path [String]

Input 1: Test [Bang]

Input 2: Frequency [Timestamp]

-Test[Bang]: Checks is any aspect about thefile in the buffered Path has changed sincethe last check.

1-Path[String]: Stores the received Pathin the Buffer and checks if anything has changed.

2-Frequency[Timestamp]: Sets the Frequency thatthe Node automatically checks for filechanges.

Output 1: Changed [Bang]

1-Changed[Bang]: Emits a Bang if a Check detectsa change in the referenced File, or the path is changed

Node Parameters

Path: Defines what File/Directory information shoud be watched.

Check every: Shows the check frequency in Milliseconds.

Test: Checks once if anyting about the watched file has changed since the last check.