We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a7bd17 commit f45241fCopy full SHA for f45241f
doc/Type/IO/Spec/Unix.pod6
@@ -235,6 +235,14 @@ are the same.
235
# OUTPUT: «/home/camelia/bar/foo/../..»
236
=end code
237
238
+=head2 method rootdir
239
+
240
+Defined as:
241
242
+ method rootdir(--> Str:D)
243
244
+Returns string C<'/'>, representing root directory.
245
246
=head2 method split
247
248
Defined as:
doc/Type/IO/Spec/Win32.pod6
@@ -207,6 +207,14 @@ are the same.
207
# OUTPUT: «C:\Users\camelia\bar\foo\..\..»
208
209
210
211
212
213
214
215
216
+Returns string C<「\」>, representing root directory.
217
218
219
220
0 commit comments