FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsModGlobal..::..cleanFileName Method

Cleans the name of the file.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public static string cleanFileName(
	string fileName
)
Public Shared Function cleanFileName ( _
	fileName As String _
) As String
public:
static String^ cleanFileName(
	String^ fileName
)

Parameters

fileName
Type: String
Name of the file.

Return Value

System.String.