Path

replpp.shaded.os.Path$
See thePath companion class
object Path

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Path.type

Members list

Value members

Concrete methods

def apply(p: FilePath, base: Path): Path
def apply[T : PathConvertible](f: T, base: Path): Path
def apply[T : PathConvertible](f0: T): Path
def expandUser[T : PathConvertible](f0: T, base: Path): Path

Equivalent to os.Path.apply, but automatically expands a leading ~/ into the user's home directory, for convenience

Equivalent to os.Path.apply, but automatically expands a leading ~/ into the user's home directory, for convenience

Attributes

Implicits

Implicits

implicit val pathOrdering: Ordering[Path]