robotManager.Helpful Namespace
wManager.Wow.Helpers Namespace
WRobot

Others..::..ExistFile Method

Return true if File exist.

Namespace:  robotManager.Helpful
Assembly:  robotManager (in robotManager.dll)

Syntax


public static bool ExistFile(
	string strPath
)
Public Shared Function ExistFile ( _
	strPath As String _
) As Boolean
public:
static bool^ ExistFile(
	String^ strPath
)

Parameters

strPath
Type: String
The string path.

Return Value

true if exist, false otherwise.