On Sun, Apr 30, 2017 at 1:51 PM, Devin Jeanpierre
<jeanpierr...@gmail.com> wrote:
> I guess ideally, one would use linkat instead of os.link[*], but that's
> platform-specific and not exposed in Python AFAIK.

It is actually - src_dir_fd and dst_dir_fd.

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

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to