Home
/
Python 3.11
/
Pathlib
/
hardlink_to
Python 3.0
Python 3.11
Functions
ID
EN
…
Pathlib
hardlink_to
Python 3.11
Make this path a hard link to the same file as target.
Syntax
PYTHON
Copy
Path.hardlink_to(target)
See Also
os.link()