File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,14 @@ C<$*SPEC> variable for a perl running on C<Cygwin> .
11
11
12
12
= head1 Methods
13
13
14
+ = head2 method abs2rel
15
+
16
+ method abs2rel(IO::Path:D $path, IO::Path:D $base = $*CWD --> Str:D)
17
+
18
+ Returns a string that represents C < $path > , but relative to C < $base > path.
19
+ Both C < $path > and C < $base > may be relative paths C < $bar > defaults to C < $*CWD > .
20
+ Uses L « C < IO::Spec::Win32 > |/type/IO::Spec::Win32» 's semantics.
21
+
14
22
= head2 method tmpdir
15
23
16
24
Defined as:
Original file line number Diff line number Diff line change @@ -11,6 +11,13 @@ running on a Unix-like platform.
11
11
12
12
= head1 Methods
13
13
14
+ = head2 method abs2rel
15
+
16
+ method abs2rel(IO::Path:D $path, IO::Path:D $base = $*CWD --> Str:D)
17
+
18
+ Returns a string that represents C < $path > , but relative to C < $base > path.
19
+ Both C < $path > and C < $base > may be relative paths C < $bar > defaults to C < $*CWD >
20
+
14
21
= head2 method tmpdir
15
22
16
23
Defined as:
You can’t perform that action at this time.
0 commit comments