Click or drag to resize

CLSTSaveFile Method

Save a list to a file.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SaveFile(
	string file
)

public void SaveFile(
	string file
)

Parameters

file
Type: SystemString
Name of the file
Remarks
A list file is an ASCII file that contains list entries. Each line for the file contains a list item name and an optional list item value. The name and value must be delimited by a space, tab or comma. If the item name or value contains spaces, tabs or commas, it must be contined in quotes. blank lines and lines that begin with a '/' character are ignored. The default extension is .lst. If the file has a full path it will be created as specified. Otherwise we look for the file in the local then the GEOSOFT\etc directory. If the file does not exist it will be created in the GEOSOFT\etc directory.
See Also