Dub.addSearchPath

Registers a local directory to search for packages to use for satisfying dependencies.

  1. void addSearchPath(string path, bool system)
  2. void addSearchPath(string path, PlacementLocation loc)
    class Dub
    void
    addSearchPath

Parameters

path string

Path to a directory containing package directories

See Also

removeSearchPath

Meta