Path

object Path
Companion:
class
class Object
trait Matchable
class Any
Path.type

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

Implicits

Implicits

implicit val pathOrdering: Ordering[Path]