absolute property

FileSystemEntity absolute

Returns a FileSystemEntity whose path is the absolute path to this. The type of the returned instance is the type of this.

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

Source

FileSystemEntity get absolute;

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-io/FileSystemEntity/absolute.html