Class

com.karasiq.fileutils.PathUtils

PathGenericOps

Related Doc: package PathUtils

Permalink

implicit final class PathGenericOps extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PathGenericOps
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PathGenericOps(path: Path)

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def attributes: BasicFileAttributes

    Permalink

    Basic attributes

  6. def attributesOf[A <: BasicFileAttributes](implicit m: Manifest[A]): A

    Permalink

    Attributes of specified type

    Attributes of specified type

    A

    Attributes type

  7. def baseName: String

    Permalink
  8. def bufferedInputStream(): BufferedInputStream

    Permalink
  9. def bufferedOutputStream(): BufferedOutputStream

    Permalink
  10. def deleteDir(): Unit

    Permalink

    Deletes non-empty directory

  11. def deleteFile(): Unit

    Permalink

    Deletes file or link

  12. def deleteFileOrDir(): Unit

    Permalink

    Deletes file or directory

  13. def exists: Boolean

    Permalink
  14. def extension: String

    Permalink
  15. def fileSize: Long

    Permalink

    Size of the file

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

    Permalink
    Definition Classes
    AnyVal → Any
  17. def inputStream(): FileInputStream

    Permalink
  18. def isDirectory: Boolean

    Permalink
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def isRegularFile: Boolean

    Permalink
  21. def isSymbolicLink: Boolean

    Permalink
  22. def lastModified: FileTime

    Permalink

    Last modified time

  23. def name: String

    Permalink
  24. def outputStream(): FileOutputStream

    Permalink
  25. val path: Path

    Permalink
  26. def pathTree: Iterator[Path]

    Permalink
  27. def relative(p: Path): Path

    Permalink
  28. def relative(s: String): Path

    Permalink
  29. def relativePathTree(from: Path): RootedPathSeq

    Permalink
  30. def toString(): String

    Permalink
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped