python 3 creating hard links on ntfs

Steven D'Aprano steve+comp.lang.python at pearwood.info
Wed Apr 18 20:31:44 EDT 2018


On Wed, 18 Apr 2018 13:06:37 -0700, zljubisic wrote:

> Is it possible to create hard links on windows with ntfs? On linux I can
> use os.link, but how about windows?

According to the documentation, creating hard links on Windows has worked 
since version 3.2:

https://docs.python.org/3/library/os.html#os.link



-- 
Steve




More information about the Python-list mailing list