Click or drag to resize
CSYSiValidFileName Method
Check to see if a file name valid

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)
Notes
Use the FULL path for the file name. If the full path is not specified, then the current working directory is used for the path.
Syntax
public static int iValidFileName(
	string str1
)

Parameters

str1
Type: SystemString
Name of file to check

Return Value

Type: Int32
0 - File name is not valid 1 - File name is valid
See Also