absolute property

FileSystemEntity absolute

A FileSystemEntity whose path is the absolute path of path.

The type of the returned instance is the same as the type of this entity.

A file system entity with an already absolute path (as reported by isAbsolute) is returned directly. For a non-absolute path, the returned entity is absolute (isAbsolute) if possible, but still refers to the same file system object.

Implementation

FileSystemEntity get absolute;

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