kotlin-csv
kotlin-csv copied to clipboard
Use java.nio.Path instead of File
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.