absolute property
override
A Directory whose path is the absolute path of this Directory.
The absolute path is computed by prefixing a relative path with the current working directory, or by returning an absolute path unchanged.
Implementation
Directory get absolute;