object IzFiles extends RecursiveFileRemovals with FileSearch with FsRefresh with FileReads with ExecutableSearch with Homedir with FileAttributes
- Annotations
- @nowarn()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- IzFiles
- FileAttributes
- Homedir
- ExecutableSearch
- FileReads
- FsRefresh
- FileSearch
- RecursiveFileRemovals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def erase(root: File): Unit
- Definition Classes
- RecursiveFileRemovals
- def erase(root: Path): Unit
- Definition Classes
- RecursiveFileRemovals
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getFs(uri: URI, loader: ClassLoader): Try[FileSystem]
- def getLastModifiedRecursively(directory: File): Option[LocalDateTime]
Unsafe, will recursively iterate the whole directory
Unsafe, will recursively iterate the whole directory
- Definition Classes
- FileAttributes
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def haveExecutables(names: String*): Boolean
- Definition Classes
- ExecutableSearch
- def home(): Path
- Definition Classes
- Homedir
- def homedir(): String
- Definition Classes
- Homedir
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def readString(file: File): String
- Definition Classes
- FileReads
- def readString(path: Path): String
- Definition Classes
- FileReads
- def recreateDir(path: Path): Unit
- Definition Classes
- FsRefresh
- def recreateDirs(paths: Path*): Unit
- Definition Classes
- FsRefresh
- def refreshSymlink(symlink: Path, target: Path): Unit
- Definition Classes
- FsRefresh
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def walk(directory: File): Iterator[Path]
- Definition Classes
- FileSearch
- def walk(directory: Path): Iterator[Path]
- Definition Classes
- FileSearch
- def which(name: String, morePaths: Seq[String] = Seq.empty): Option[Path]
- Definition Classes
- ExecutableSearch
- def whichAll(name: String, morePaths: Seq[String] = Seq.empty): Iterable[Path]
- Definition Classes
- ExecutableSearch
Deprecated Value Members
- def removeDir(root: Path): Unit
- Definition Classes
- RecursiveFileRemovals
- Annotations
- @deprecated
- Deprecated
use IzFiles.erase