Movatterモバイル変換


[0]ホーム

URL:


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

statSync method

FileStatstatSync(
  1. Stringpath
)

ReturnsFileStat information forpath.

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

Implementation

FileStat statSync(String path) {  return FileStat._statSyncInternal(path);}
  1. Dart
  2. dart:io
  3. IOOverrides
  4. statSync method
IOOverrides class

[8]ページ先頭

©2009-2025 Movatter.jp