将文件从源计算机应用到目标计算机。 如果任意文件数据指定了目录路径,则会映射到相应路径。
文件路径(字符串值)
新文件名(字符串值)
覆盖方法(字符串值)
ApplyMappedFile(<File name>, [overwrite method]); 或
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);
|
版权所有 © 2014 CA Technologies。
保留所有权利。
|
|