Skip to content

Commit dc84159

Browse files
m-dangoJJ
authored andcommitted
Add version of symlink :absolute flag introduction
1 parent d713a0d commit dc84159

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/Type/IO/Path.pod6

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -998,7 +998,8 @@ does not exist, creates a dangling symbolic link.
998998
999999
C<symlink> creates a symbolic link using an absolute path
10001000
by default. To create a relative symlink set the C<absolute>
1001-
parameter to C<False> e.g. C<:!absolute>.
1001+
parameter to C<False> e.g. C<:!absolute>. This flag was
1002+
introduced in Rakudo version 2020.11.
10021003
10031004
To create a hard link, see L«C<link>|/routine/link».
10041005

0 commit comments

Comments
 (0)