stat static method

Future<FileStat> stat(
  1. String path
)

Implementation

static Future<FileStat> stat(String path) async => statSync(path);