Home
/
Python 3.11
/
Pathlib
/
is_symlink
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Pathlib
is_symlink
Python 3.11
Return True if the path points to a symbolic link, False otherwise.
Syntax
PYTHON
Copy
Path.is_symlink()