FileSet class
A class to handle defining, composing, and comparing groups of files.
Constructors
- FileSet.fromDir(Directory dir, {String? pattern, bool recurse = false})
- FileSet.fromFile(File file)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
upToDate(
FileSet other) → bool - Returns whether this file set exists, and is not older then the given FileSet.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited