cphUprevLibrary
cphUprevLibrary(t_physLib[t_cfgBaseName] ) => t / nil
Description
Converts the specified library to use physical configuration views. You must specify the name of the library to be converted. You can optionally specify a name for the configuration view that is generated (the default is physConfig).
Arguments
Value Returned
Examples
This example converts library libA to use a physical configuration view with the default name physConfig.
cphUprevLibrary( "libA" )
This example converts library libA to use a physical configuration view called pConfig.
cphUprevLibrary("libA" "pConfig")
Return to top