Maps one path to another for the duration of a script. This path-mapping applies to all Apply operations following the MapPath keyword in the current script. This keyword has the effect of replacing 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 © 2013 CA.
All rights reserved.
|
|