CopyOptions class

Copy options.

If include is specified, only files specified will be copied. for "include", use trailing / to specify a directoy

Mixed in types

Constructors

CopyOptions({bool recursive = false, bool checkSizeAndModifiedDate = false, bool tryToLinkFile = false, bool tryToLinkDir = false, bool followLinks = true, bool delete = false, List<String>? include, List<String>? exclude})
Copy options.

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
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