Click or drag to resize

CSYSiWriteInDir Method

Can I create files in this directory ?

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

public static int iWriteInDir(
	string dir
)

Parameters

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