absolute property

  1. @override
File get 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

@override
File get absolute => file.absolute;