fileInfo abstract method

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

Returns metadata for the addressed path without following symlinks.

Implementation

Future<Result<FileInfo, FileError>> fileInfo(String path);