de.sciss.file

RichFile

implicit final class RichFile extends AnyVal

Linear Supertypes
AnyVal, NotNull, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RichFile
  2. AnyVal
  3. NotNull
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RichFile(peer: File)

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  2. final def ##(): Int

    Definition Classes
    Any
  3. def /(child: String): File

  4. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  5. def absolutePath: String

  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def base: String

  8. def baseAndExt: (String, String)

    Returns a tuple consisting of the file's name (without extension), and the extension (period dropped).

  9. def children(filter: (File) ⇒ Boolean): IndexedSeq[File]

  10. def children: IndexedSeq[File]

  11. def ext: String

  12. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  13. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  14. def name: String

  15. def parent: File

  16. def parentOption: Option[File]

  17. def path: String

  18. val peer: File

  19. def replaceExt(s: String): File

  20. def toString(): String

    Definition Classes
    Any

Inherited from AnyVal

Inherited from NotNull

Inherited from Any

Ungrouped