FileSystemEntity class
Constructors
Properties
Methods
-
delete(
{bool recursive = false}) → Future< FileSystemEntity> -
exists(
) → Future< bool> -
existsSync(
) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rename(
String newPath) → Future< FileSystemEntity> -
resolveSymbolicLinks(
) → Future< String> -
resolveSymbolicLinksSync(
) → String -
stat(
) → Future< FileStat> -
statSync(
) → FileStat -
toString(
) → String -
A string representation of this object.
inherited
-
watch(
{int events = FileSystemEvent.all, bool recursive = false}) → Stream< FileSystemEvent>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
isDirectory(
String path) → Future< bool> -
isDirectorySync(
String path) → bool -
isFile(
String path) → Future< bool> -
isFileSync(
String path) → bool -
isLink(
String path) → Future< bool> -
isLinkSync(
String path) → bool -
parentOf(
String path) → String -
type(
String path) → Future< FileSystemEntityType> -
typeSync(
String path) → FileSystemEntityType