absolute property

  1. @override
Directory absolute
override

Returns a Directory instance whose path is the absolute path to this.

The absolute path is computed by prefixing a relative path with the current working directory, and returning an absolute path unchanged.

Implementation

@override
Directory get absolute => throw UnsupportedError('directory.absolute');