Path.is_symlink()
Return True
if the path points to a symbolic link, False
otherwise.
False
is also returned if the path doesn’t exist; other errors (such as permission errors) are propagated.
Path.is_symlink()
Return True
if the path points to a symbolic link, False
otherwise.
False
is also returned if the path doesn’t exist; other errors (such as permission errors) are propagated.
Designed by : w10schools
service@w10schools.com
Please login to continue.