Link class
- Implemented types
Properties
Methods
-
create(
String target, {bool recursive = false}) → Future< Link> -
createSync(
String target, {bool recursive = false}) → void -
delete(
{bool recursive = false}) → Future< FileSystemEntity> -
override
-
deleteSync(
{bool recursive = false}) → void -
exists(
) → Future< bool> -
override
-
existsSync(
) → bool -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rename(
String newPath) → Future< Link> -
override
-
resolveSymbolicLinks(
) → Future< String> -
override
-
resolveSymbolicLinksSync(
) → String -
override
-
stat(
) → Future< FileStat> -
override
-
statSync(
) → FileStat -
override
-
target(
) → Future< String> -
targetSync(
) → String -
toString(
) → String -
A string representation of this object.
inherited
-
update(
String target) → Future< Link> -
updateSync(
String target) → void -
watch(
{int events = FileSystemEvent.all, bool recursive = false}) → Stream< FileSystemEvent> -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited