Closed mottosso closed 5 years ago
Used by rez cp --follow-symlinks.
rez cp --follow-symlinks
Rez uses readlink to follow symlinks during copy. It's supported cross-platform since Python 3.2.
https://github.com/mottosso/bleeding-rez/blob/21b92cc4a762f6445b8eae96a66b4aae6c804b1e/src/rez/utils/filesystem.py#L214-L218
Used by
rez cp --follow-symlinks
.Rez uses readlink to follow symlinks during copy. It's supported cross-platform since Python 3.2.
https://github.com/mottosso/bleeding-rez/blob/21b92cc4a762f6445b8eae96a66b4aae6c804b1e/src/rez/utils/filesystem.py#L214-L218