Click or drag to resize
CSYSCopyGeoFile Method
Copy a Geosoft data file and all associated files to a new folder

Available since Oasis montaj version: 7.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
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.
Syntax
public static void CopyGeoFile(
	CGXNETCore gxNetShared,
	string data,
	string dir
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
data
Type: SystemString
File Name
dir
Type: SystemString
Target directory
See Also