File exists?
Check whether a file or directory exists
Processing
For each incoming row the step checks whether the given filesystem has an entry at the given path. The type of the filesystem entry (file, directory, link, etc.) is not examined. If the path exists, the step forwards the row through the ‘yes’ gate. If the path does not exist, the step forwards the row through the ‘no’ gate.
Settings
Name | Type | Description |
---|---|---|
Filesystem |
dict |
The filesystem to use. If the filesystem is Evaluated for each input row |
Path |
string |
The path to check. Relative paths are interpreted as relative to the flow file. Evaluated for each input row |
Results
This step does not provide any results.