isLink

object isLink extends Path => Boolean

Checks whether the given path is a symbolic link

Returns false if the path does not exist

trait Path => Boolean
class Object
trait Matchable
class Any
isLink.type

Value members

Concrete methods

def apply(p: Path): Boolean

Inherited methods

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