Click or drag to resize
CSYSiDeleteFile Method
Delete a file.

Available since Oasis montaj version: 5.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static int iDeleteFile(
	string str1
)

Parameters

str1
Type: SystemString
name of file to delete

Return Value

Type: Int32
0 if file deleted. 1 if unable to find file or delete file.
See Also