Click or drag to resize

CSYSiMakeDir Method

Create a directory.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static int iMakeDir(
	string dir
)

public static int iMakeDir(
	string dir
)

Parameters

dir
Type: SystemString
Name of directory

Return Value

Type: Int32
0 - Directory made 1 - Directory cannot be made
See Also