원본에서 대상 컴퓨터로 파일을 적용합니다. 파일의 데이터가 디렉터리 경로를 지정하는 경우 적절한 경로로 매핑됩니다.
파일 경로(문자열 값)
새 파일 이름(문자열 값)
덮어쓰기 방법(문자열 값)
ApplyMappedFile(<파일 이름>, [덮어쓰기 방법]); 또는
ApplyMappedFile(<파일 이름>, <새 파일 이름>, [덮어쓰기 방법]);
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.
|
|