Treatment exists
fs/path::exists
Inputs
⇥ path:
Stream<string>
Outputs
↦ exists:
Stream<bool>
Tells if path exists.
For every streamed path
, exists
tells if it exists and is accessible on filesystem.
This treatment will traverse symbolic links to query information about the destination file. In case of broken symbolic links this will give false
.
If access to the directory containing the file is forbidden, this will give false
.