object FileOps

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FileOps
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def getFile(path: String*): File
  2. def listFiles(file: File): Vector[String]
  3. def listFiles(path: String): Vector[String]
  4. def readFile(file: File): String
  5. def readFile(filename: String): String

    Reads file from file system or from http url.

  6. def readURL(url: URL): String
  7. def writeFile(filename: String, content: String): Unit
  8. def writeFile(file: File, content: String): Unit
  9. def writeFile(file: AbsolutePath, content: String): Unit