Movatterモバイル変換


[0]ホーム

URL:


menu
  1. Dart
  2. dart:io
  3. IOOverrides
  4. stat method
stat
description

stat method

Future<FileStat>stat(
  1. Stringpath
)

Asynchronously returnsFileStat information forpath.

When this override is installed, this function overrides the behavior ofFileStat.stat().

Implementation

Future<FileStat> stat(String path) {  return FileStat._stat(path);}
  1. Dart
  2. dart:io
  3. IOOverrides
  4. stat method
IOOverrides class

[8]ページ先頭

©2009-2025 Movatter.jp