kotlin-csv icon indicating copy to clipboard operation
kotlin-csv copied to clipboard

Use java.nio.Path instead of File

Open SPC-code opened this issue 1 year ago • 0 comments

Path is a more flexible alternative to a File. Aside from better API, it allows working with virtual file systems such as Jar/Zip/S3.

SPC-code avatar Feb 04 '24 17:02 SPC-code