Click or drag to resize
CSYSRestoreGeoFile Method
Backup a Geosoft data file and all associated files to original location

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.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 RestoreGeoFile(
	string str1,
	string str2
)

Parameters

str1
Type: SystemString
Backup File Name
str2
Type: SystemString
Original file name
See Also