|
NCanvasFileIOFileCopy Method
|
파일을 지정한 경로에 복사한다.
Namespace: Pixoneer.NXDL.NXAnnotation.NIOAssembly: NXAnnotation (in NXAnnotation.dll) Version: 2.0.3.38 (2.0.3.38)
Syntaxpublic static bool FileCopy(
string strSrcFilePath,
string strDesFilePath,
ref string strError
)
Parameters
- strSrcFilePath String
- 소스 파일 경로
- strDesFilePath String
- 복사될 경로
- strError String
- 에러 메세지
Return Value
Boolean 복사 성공 여부
See Also