Method Local.remove_path()
- Method
remove_path
voidremove_path(stringpath)- Description
This function removes
pathfrom the Local module searchpath. Ifpathis not in the search path, this is a noop.- Parameter
path The path to be removed.
void remove_path(string path)
This function removes path from the Local module
searchpath. If path is not in the search path, this is
a noop.
pathThe path to be removed.