statSync method
- String path
Returns FileStat information for path
.
When this override is installed, this function overrides the behavior of
FileStat.statSync()
.
Implementation
FileStat statSync(String path) {
return FileStat._statSyncInternal(path);
}