Click or drag to resize
CSYSiWriteInDir Method
Can I create files in this directory ?

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 iWriteInDir(
	string str1
)

Parameters

str1
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