realpath(p1 = v1)
Instance Public methods
Returns the real (absolute) pathname for self
in the actual
filesystem.
Does not contain symlinks or useless dots, ..
and
.
.
All components of the pathname must exist when this method is called.
Please login to continue.