-
-
Notifications
You must be signed in to change notification settings - Fork 621
os.islink
starkos edited this page Apr 10, 2021
·
7 revisions
This wiki is no longer being maintained.
Determines if the given path is a symlink or reparse point.
os.islink(path)
path
is the path to the file or directory to be checked.
Returns true if the path represents a symlink or Windows reparse point; false otherwise.
Premake 5.0 or later.