If the protocol of the given URL is supported, return a Set containing the name of every resource found directly
within the URL's path (non-recursive); if the URL protocol is not supported, then return None.
If the protocol of the given URL is supported, return a Set containing the name of every resource found directly
within the URL's path (non-recursive); if the URL protocol is not supported, then return None.
URL that might contain resources
Some Set of resource names in the URL's path, or None if the URL's protocol is not supported
ResourceResolverfor resources in the filesystem (URL protocol "file:").Author:
Eric Evans