Actions
Feature #18925
closedAdd `FileUtils.ln_sr` to create symbolic links relative to link location
Feature #18925:
Add `FileUtils.ln_sr` to create symbolic links relative to link location
Status:
Closed
Assignee:
-
Target version:
-
Description
Usual File.symlink (and ln -s) creates a symbolic link as the given argument.
GNU coreutils ln has -r (--relative) option, which resolves the source path relative to the current directory as relative to the link location.
Actions