Directory class
Stub for dart:io Directory.
- Implemented types
Properties
Methods
-
createTemp(
String s) → Future< Directory> -
exists(
) → Future< bool> -
override
-
list(
{bool recursive = false}) → Stream< FileSystemEntity> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resolveSymbolicLinks(
) → Future< String> -
stat(
) → Future< FileStat> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- systemTemp → Directory
-
no setter