RawPath

kse.eio.PathsHelper.RawPath
object RawPath

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
RawPath.type

Members list

Value members

Concrete methods

def apply(path: Path): RawPath

Extensions

Extensions

extension (the_path: RawPath)
def path: Path
extension (the_path: RawPath)
inline def append(data: Array[Byte]): Unit
def appendLines(coll: IterableOnce[String]): Unit
inline def copyTo(to: Path): Unit
inline def create(data: Array[Byte]): Unit
def createLines(coll: IterableOnce[String]): Unit
inline def delete(): Unit
inline def file: File
inline def gulp: Array[Byte]
def mkParents(): Unit
inline def mkdir(): Unit
inline def mkdirs(): Unit
inline def moveTo(to: Path): Unit
inline def openAppend(): BufferedOutputStream
inline def openCreate(): BufferedOutputStream
inline def openIO(): SeekableByteChannel
inline def openRead(): BufferedInputStream
inline def openWrite(): BufferedOutputStream
def real: Path
inline def size: Long
def slurp: Array[String]
def symlinkTo(p: Path): Unit
inline def time: FileTime
inline def time_=(ft: FileTime): Unit
def touch(): Unit
inline def write(data: Array[Byte]): Unit
def writeLines(coll: IterableOnce[String]): Unit