Main Content
rmpath
Remove folders from search path
Description
rmpath(
removes the
specified folders from the search path. If you specify a set of multiple folders
separated by path separators, then each of the specified folders is removed.folderName1,...,folderNameN
)
oldpath = rmpath(
returns the path prior to removing the specified folders.folderName1,...,folderNameN
)
Examples
Input Arguments
Version History
Introduced before R2006a