method updir
1 | class IO::Spec::Unix |
1.1 | (IO::Spec::Unix) method updir |
Documentation for method updir
assembled from the following types:
class IO::Spec::Unix
From IO::Spec::Unix
(IO::Spec::Unix) method updir
Defined as:
method updir()
Returns a string representing the directory one up from current:
say '..' eq .updir; # OUTPUT: «True»