object FileOps
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FileOps
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def getFile(path: String*): File
- def listFiles(file: File): Vector[String]
- def listFiles(path: String): Vector[String]
- def readFile(file: File): String
-
def
readFile(filename: String): String
Reads file from file system or from http url.
- def readURL(url: URL): String
- def writeFile(filename: String, content: String): Unit
- def writeFile(file: File, content: String): Unit
- def writeFile(file: AbsolutePath, content: String): Unit