robotManager.Helpful Namespace
wManager.Wow.Helpers Namespace
WRobot

Others..::..RemoveFile Method

Remove file.

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

Syntax


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

Parameters

strPath
Type: String
The string path.

Return Value

true if success, false otherwise.