Michael Heerdegen writes: > A different cool thing you can use streams for is to traverse a file > tree recursively (to do something with the files, e.g. search them). > > With streams, such an operation can be paused and resumed later. > > Will make a PR if you are interested (but it is easy to implement). Of course, that an awesome idea, thank you very much! Nico