menu
sff_lib
filesystem.dart
IFileSystem
stat abstract method
stat
dark_mode
light_mode
stat
abstract method
Stat
stat
(
String
path
,
{
EntityType
type
=
EntityType.file
}
)
Returns
Stat
for
Entity
.
Implementation
Stat stat( String path, { EntityType type = EntityType.file, });
sff_lib
filesystem
IFileSystem
stat abstract method
IFileSystem class