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.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static int iCopyFile(
	CGXNETCore gxNetShared,
	string src_file,
	string dest_file
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
src_file
Type: SystemString
Source file
dest_file
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