Packages

object FileUtilities

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

Type Members

  1. type StandardOpenOption = java.nio.file.StandardOpenOption

Value Members

  1. def allFiles(dir: File, pred: (File) ⇒ Boolean = null): Array[File]
  2. def copyAndRenameFile(from: File, toDir: File, newName: String, overwrite: Boolean = false): Unit
  3. def copyFile(from: File, toDir: File, overwrite: Boolean = false): Unit
  4. def join(base: Path, folders: String*): Path
  5. def join(base: File, folders: String*): File
  6. def join(folders: String*): File
  7. def readFile(file: File): String
  8. def readFile[T](file: File, read: (BufferedSource) ⇒ T): T
  9. def recursiveListFiles(f: File): Array[File]
  10. def writeFile(file: File, stuff: Any, flags: StandardOpenOption*): Unit
  11. def zipFolder(dir: File, out: File): Unit
  12. object StandardOpenOption