Dub.removeSearchPath

Unregisters a local directory search path.

class Dub
void
removeSearchPath
(
string path
,
bool system
)

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

addSearchPath

Meta