followLink

object followLink extends Path => Option[Path]

Attempts to any symbolic links in the given path and return the canonical path. Returns None if the path cannot be resolved (i.e. some symbolic link in the given path is broken)

trait Path => Option[Path]
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(src: Path): Option[Path]

Inherited methods

@unspecialized
def andThen[A](g: Option[Path] => A): Path => A
Inherited from:
Function1
@unspecialized
def compose[A](g: A => Path): A => Option[Path]
Inherited from:
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from:
Function1