streamly-examples icon indicating copy to clipboard operation
streamly-examples copied to clipboard

Remove the `Path` to `String` conversion in CoreUtils example

Open adithyaov opened this issue 8 months ago • 0 comments

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.

adithyaov avatar Feb 07 '25 21:02 adithyaov