implicit final class RichPath extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RichPath
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- def /(other: Path): Path
- def /(pathString: String): Path
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- def ancestor(n: Int): Path
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def copyTo(other: Path, options: CopyOption*): Path
- def createFile(): Path
- def deepDirs(f: (CachingPath) => Boolean): Seq[CachingPath]
- def deepFiles(f: (CachingPath) => Boolean, maxDepth: Int): Seq[CachingPath]
- def deepFiles(f: (CachingPath) => Boolean): Seq[CachingPath]
- def delete(): Unit
- def exists: Boolean
- def extension: String
- def filename: String
- def files: Seq[CachingPath]
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def hasExtension(ext: String): Boolean
- def ifFile[T](f: (File) => T): Option[T]
- def inputStream: InputStream
- def isDirectory: Boolean
- def isFile: Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mkdirs(): Path
- def outputStream: OutputStream
- val path: Path
- def segments: List[Path]
- def stripExtension: String
- def toString(): String
- Definition Classes
- Any
- def writer(charset: Charset): Writer