Product Designer configuration data
By default Product Designer stores its configuration data in a subdirectory of its parent directory:
productdesigner\pd-configThe configuration data includes information about users, change lists, and workspaces that are associated with this installation of Product Designer. You can choose a different location for the configuration data by editing the launchPD.bat file.
//default location
set LAUNCH_PD_OPTS=-Dpd.config.folder=..\pd-config
// new location (example)
set LAUNCH_PD_OPTS=-Dpd.config.folder=C:\pd-config
