Description
This method allows you to create a new location.
Syntax
CreateLocation( LocationName, LocationRealPath );
|
Input: (String) LocationName |
The name of a new location. |
|
Input: (String) LocationRealPath |
The physical path on storage device for a new location. |
Example
IPdm.CreateLocation( "NewLocation", "C:\NewLocationRealPath" );