FileResolver class

Helper class to resolve file paths

Constructors

FileResolver()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

file(String path) File
Create a new File instance.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolve(String path, [Directory? from]) Future<String>
Finds the conanical relative path of path, relative to from
resolveAll(Iterable<String> paths, [Directory? from]) Stream<String>
Finds the conanical relative paths of all paths, relative to from
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited