fs.is_symlink

fs.is_symlink

fs.is_symlink

Function

Determine whether the path is a symbolic link.

Syntax

Parameters

No parameters.

Return value

TypeDescription
BoolReturns true if the link is a symbolic link, false otherwise.

Example

Notes

  • Returns false if the path does not exist.