streamly-examples
streamly-examples copied to clipboard
Remove the `Path` to `String` conversion in CoreUtils example
FileSystem.DirIO has functions with Path. But, FileSystem.File uses FilePath.
Because of this, there is an unnecessary conversion from Path to FilePath.
We can remove this once FileIO is introduced.