 | CSYSiValidFileName Method |
Check to see if a file name valid
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static int iValidFileName(
CGXNETCore gxNetShared,
string file
)
public static int iValidFileName(
CGXNETCore gxNetShared,
string file
)
Public Shared Function iValidFileName (
gxNetShared As CGXNETCore,
file As String
) As Integer
Public Shared Function iValidFileName (
gxNetShared As CGXNETCore,
file As String
) As Integer
public:
static int iValidFileName(
CGXNETCore^ gxNetShared,
String^ file
)
public:
static int iValidFileName(
CGXNETCore^ gxNetShared,
String^ file
)
static member iValidFileName :
gxNetShared : CGXNETCore *
file : string -> int
static member iValidFileName :
gxNetShared : CGXNETCore *
file : string -> int
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - file
- Type: SystemString
Name of file to check
Return Value
Type:
Int32
0 - File name is not valid
1 - File name is valid
Remarks
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.
See Also