Treatment meta

fs/path::meta


Inputs

⇥ path: Stream<string>

Outputs

↦ is_dir: Stream<bool>
↦ is_file: Stream<bool>
↦ length: Stream<u64>


Gives metadata of path.

For every streamed path, tells if it is a directory, a file, and the length of the designated element.