CopyOptions class
Copy options.
If include is specified, only files specified will be copied. for "include", use trailing / to specify a directoy
Constructors
Properties
- checkSizeAndModifiedDate ↔ bool
-
Check size and copy if newer.
getter/setter pair
- clone → CopyOptions
-
Clone options.
no setter
- delete ↔ bool
-
getter/setter pairinherited
-
exclude
↔ List<
String> ? -
getter/setter pairinherited
-
excludeGlobs
→ List<
Glob> ? -
no setterinherited
- followLinks ↔ bool
-
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
-
include
↔ List<
String> ? -
getter/setter pairinherited
-
includeGlobs
→ List<
Glob> ? -
no setterinherited
- recursive ↔ bool
-
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tryToLinkDir ↔ bool
-
Try to link dir first (not supported)
getter/setter pair
- tryToLinkFile ↔ bool
-
Try to link file first.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited