Click or drag to resize
CSYSiCopyFile Method
Copy a file.

Available since Oasis montaj version: 5.1.8
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static int iCopyFile(
	string str1,
	string str2
)

Parameters

str1
Type: SystemString
source file
str2
Type: SystemString
destination file

Return Value

Type: Int32
0 if file copied ok. 1 if unable to copy file or source file not found.
See Also