object
FileUtilities
Type Members
-
type
StandardOpenOption = java.nio.file.StandardOpenOption
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
allFiles(dir: File, pred: (File) ⇒ Boolean = null): Array[File]
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
copyAndRenameFile(from: File, toDir: File, newName: String, overwrite: Boolean = false): Unit
-
def
copyFile(from: File, toDir: File, overwrite: Boolean = false): Unit
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
join(base: Path, folders: String*): Path
-
def
join(base: File, folders: String*): File
-
def
join(folders: String*): File
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
readFile(file: File): String
-
def
readFile[T](file: File, read: (BufferedSource) ⇒ T): T
-
def
recursiveListFiles(f: File): Array[File]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
writeFile(file: File, stuff: Any, flags: StandardOpenOption*): Unit
-
def
zipFolder(dir: File, out: File): Unit
-
object
StandardOpenOption
Inherited from Any
Value Members
-
final
def
asInstanceOf[T0]: T0
-
final
def
isInstanceOf[T0]: Boolean
Ungrouped
-
type
StandardOpenOption = java.nio.file.StandardOpenOption
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
allFiles(dir: File, pred: (File) ⇒ Boolean = null): Array[File]
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
copyAndRenameFile(from: File, toDir: File, newName: String, overwrite: Boolean = false): Unit
-
def
copyFile(from: File, toDir: File, overwrite: Boolean = false): Unit
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
join(base: Path, folders: String*): Path
-
def
join(base: File, folders: String*): File
-
def
join(folders: String*): File
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
readFile(file: File): String
-
def
readFile[T](file: File, read: (BufferedSource) ⇒ T): T
-
def
recursiveListFiles(f: File): Array[File]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
writeFile(file: File, stuff: Any, flags: StandardOpenOption*): Unit
-
def
zipFolder(dir: File, out: File): Unit
-
object
StandardOpenOption