Implicits

Using implicit conversions to convert between strings Java Files and Scala Paths

Java File To Path

Implicitly convert files to paths
    import java.io.File
    import scalax.file.Path
    import Path.jfile2path

    val filePath: Path = new File ("/tmp/file")