All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scala.reflect.runtime.AbstractFile.scala Maven / Gradle / Ivy

There is a newer version: 2.11.2
Show newest version
package scala.reflect
package runtime

class AbstractFile(val jfile: java.io.File) extends internal.AbstractFileApi {
  def path: String = jfile.getPath()
  def canonicalPath: String = jfile.getCanonicalPath()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy