將檔案從來源套用至目的地電腦。 如果任何檔案資料指定目錄路徑,會將它對映至正確路徑。
檔案路徑 (字串值)
新檔案名稱 (字串值)
覆寫方法 (字串值)
ApplyMappedFile(<檔案名稱>, [覆寫方法]); 或
ApplyMappedFile(<檔案名稱>, <新檔案名稱>, [覆寫方法]);
ApplyMappedFile("c:\\temp\\file.txt");
ApplyMappedFile("c:\\My Documents\\file.txt", "c:\\New Path\\Word Documents\\file.txt", ALWAYS);
Copyright © 2014 CA Technologies.
All rights reserved.
|
|