FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsMalware..::..hasMalware Method (String)

Determines whether the specified s file path has malware.

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

Syntax


public static bool hasMalware(
	string sFilePath
)
Public Shared Function hasMalware ( _
	sFilePath As String _
) As Boolean
public:
static bool^ hasMalware(
	String^ sFilePath
)

Parameters

sFilePath
Type: String
The s file path.

Return Value

true if the specified s file path has malware; otherwise, false.