Packages

c

de.sciss.file

RichFile

implicit final class RichFile extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RichFile
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
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 absolute: File
  6. def absolutePath: String
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def base: String
  9. def baseAndExt: (String, String)

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

  10. def children(filter: (File) ⇒ Boolean): IndexedSeq[File]
  11. def children: IndexedSeq[File]
  12. def ext: String
  13. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def name: String
  16. def parent: File
  17. def parentOption: Option[File]
  18. def path: String
  19. val peer: File
  20. def replaceExt(s: String): File
  21. def toString(): String
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped