Module Roots
fun ModuleRoots( fileManager: FileManager, modulePath: String, withFailures: (List<String>) -> Unit)
Content copied to clipboard
Construct a new ModuleRoots from the specified Avail roots path.
Parameters
file Manager
The associated FileManager.
module Path
An Avail module path.
with Failures
A lambda that accepts List of the string ModuleRoots that failed to resolve.