RecursiveModuleLoader


Description:

public RecursiveModuleLoader (string path)

Create a recursive module loader for a given path.

Either call load_modules() or load_modules_sync() to start descending into the folder hierarchy and load the modules.

Parameters:

path base path of the loader.