This functionality is only available for certain module packages.

You are here: EEC > BASE > PX update > Writing method updateProjectExchangeModel > searchAndReplaceAbsPathExact

searchAndReplaceAbsPathExact

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

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

searchAndReplaceAbsPathExact(String currentAbsPath, String newAbsPath)
Argument String currentAbsPath Old absolute path.
String newAbsPath New absolute path.
Return value void