Click or drag to resize
CSYSiMakeDir Method
Create a directory.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static int iMakeDir(
	CGXNETCore gxNetShared,
	string dir
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
dir
Type: SystemString
Name of directory

Return Value

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