rmpath

rmpath(str) removes from the search path the directory specified by input string str.

Examples

> str = 'C:\Users\admin\Documents\mfilelib'

[str:C:\Users\admin\Documents\mfilelib]

> path(str)#

added to path "C:\Users\admin\Documents\mfilelib"

> rmpath(str)#

removed from path "C:\Users\admin\Documents\mfilelib"

Resources

See also

cd | path | pwd