This functionality is only available for certain module packages.

searchAndReplaceAbsPath

Searches the stated part of the absolute path of a project component, and replaces it with a new part of the absolute path.

Throws an exception if one of the stated paths contains null or empty strings.

searchAndReplaceAbsPath(String currentAbsPathPart, String newAbsPathPart)
Argument String currentAbsPathPart Part of an old absolute path.
String newAbsPathPart Part of a new absolute path.
Return value void