absolute property Null safety

File absolute
override

A File with the absolute path of path.

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

Implementation

File get absolute;