absolute property Null safety

Directory absolute
override

A Directory whose path is the absolute path of this.

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;