Click or drag to resize

CSYSCopyGeoFile Method

Copy a Geosoft data file and all associated files to a new folder

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void CopyGeoFile(
	string data,
	string dir
)

public static void CopyGeoFile(
	string data,
	string dir
)

Parameters

data
Type: SystemString
File Name
dir
Type: SystemString
Target directory
Remarks
Grids are copied and the GI's are maintained - note that support for non-geosoft grids is limited since this method does not guarantee all grid files besides the main one are copied.
See Also