Applies a file from the source to the destination computer. If any of the file's data specifies a directory path, it is mapped to the appropriate path.
The File path (string value)
The new File name (string value)
The overwrite method (string value)
ApplyMappedFile(<File name>, [overwrite method]); or
ApplyMappedFile(<File name>, <new File name>, [overwrite method]);
ApplyMappedFile("c:\\temp\\file.txt");
ApplyMappedFile("c:\\My Documents\\file.txt", "c:\\New Path\\Word Documents\\file.txt", ALWAYS);
|
Copyright © 2013 CA.
All rights reserved.
|
|