Dub.removeSearchPath

Deregisters a local directory search path.

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

Parameters

path string

Path to a directory containing package directories

See Also

addSearchPath

Meta