Click or drag to resize

CSYSiWriteInDir Method

Can I create files in this directory ?

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

public static int iWriteInDir(
	CGXNETCore gxNetShared,
	string dir
)

Parameters

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

Return Value

Type: Int32
0 - Directory doesn't allow write of does not exist 1 - Directory allows writes
See Also