FilesystemResourceLoader
Simple ResourceLoader that opens resource files from the local file system, optionally resolving against a base directory.
This loader wraps a delegate [ResourceLoader] that is used to resolve all files the current base directory does not contain.
You can chain several `FilesystemResourceLoader`s to allow lookup of files in more than one base directory.