Interface NBPathsAPI


public interface NBPathsAPI
This API provides a single service to locate and load content resource from multiple places, at build time and runtime, using a standard fluent-like pattern. The most important details for new uesrs are:
  • Search paths are optional, and are tried after non-prefixed paths.
  • If extensions are provided, then any result returned must match one of the extensions.
  • The most efficient way to access a single path will be to use the NBPathsAPI.DoSearch.one() method as NBIO.one()