Dub.addSearchPath

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

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

Parameters

path string

Path to a directory containing package directories

system bool

Make the package known system wide instead of user wide (requires administrator privileges).

See Also

removeSearchPath

Meta