absolute property - File class - dart:io library (original) (raw)

description

File getabsolute

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;