symlink?

check if given path exists and corresponds to a symlink


Parameters

symlink? path :string

Returns

  • :logical

Examples

copy
if symlink? "somefile" [ print "symlink exists!" ]

Related