Maps one path to another during a script. This path-mapping applies to all Apply operations following the MapPath keyword in the current script. This keyword replaces all paths that match <old path> with <new path> in the following operations ApplyDirectory, ApplyFile, and ApplyMappedValue.
The old path (string value)
The new path (string value)
MapPath(<old path>, <new path>);
MapPath("c:\\winword\\data", "c:\\winword\\Application Data");
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|