3.14. kink/MOD

Mod to operate modules.

3.14.1. MOD.paths

Returns the mod paths, which is the vec of paths where mods are found.

3.14.2. MOD.append_path(Path)

Inserts the Path str to the mod paths as the last path.

3.14.3. MOD.prepend_path(Path)

Inserts the Path str to the mod paths as the first path.

3.14.4. MOD.clear_paths

Removes all the elements of the mod paths.