FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deFileSystemTrigger..::..connect Method

Check if the file path exists

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

Syntax


public bool connect(
	string sFilePath,
	ref string sErrorMessage
)
Public Function connect ( _
	sFilePath As String, _
	ByRef sErrorMessage As String _
) As Boolean
public:
bool^ connect(
	String^ sFilePath, 
	String^% sErrorMessage
)

Parameters

sFilePath
Type: String
The s file path.
sErrorMessage
Type: String%
The s error message.

Return Value

true if XXXX, false otherwise.