readLink

object readLink extends Path => FilePath

Reads the destination that the given symbolic link is pointed to

trait Path => FilePath
class Object
trait Matchable
class Any

Value members

Concrete methods

def absolute(src: Path): Path
def apply(src: Path): FilePath

Inherited methods

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