-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
stdlib/os: Add followSymlinks = true to copy/move functions
Sometimes there is a need to copy symlinks as they are. This commit adds optional argument `followSymlinks = true` to all copy/move functions in os module. Note: Inspired by https://docs.python.org/3/library/shutil.html#shutil.copy
- Loading branch information
Roman Inflianskas
committed
Jan 13, 2021
1 parent
165d397
commit 92621c8
Showing
2 changed files
with
91 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters