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.
@override Directory get absolute => directory.absolute;