ModuleManager.findModuleFile

Searches for a module in the file system looking in importPaths.

  1. cstring findModuleFile(cstring moduleFQNPath, cstring[] importPaths)
  2. cstring findModuleFile(cstring moduleFQNPath)
    class ModuleManager

Return Value

Type: cstring

The file path to the module, or null if it wasn't found.

Meta