absolutePath abstract method

Future<Result<String, FileError>> absolutePath(
  1. String path
)

Returns an absolute addressed path without requiring it to exist and without resolving symlinks.

Implementation

Future<Result<String, FileError>> absolutePath(String path);