Click or drag to resize

CSYS.iCopyFile Method

Copy a file.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static int iCopyFile(
	CGXNETCore gxNetShared,
	string src_file,
	string dest_file
)

public static int iCopyFile(
	CGXNETCore gxNetShared,
	string src_file,
	string dest_file
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetX.CGXNETCore
A shared CGXNETCore
src_file
Type: System.String
Source file
dest_file
Type: System.String
Destination file

Return Value

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