robotManager.Helpful Namespace
wManager.Wow.Helpers Namespace
WRobot

Others..::..ReadFile Method

Read file content to string.

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

Syntax


public static string ReadFile(
	string filePath
)
Public Shared Function ReadFile ( _
	filePath As String _
) As String
public:
static String^ ReadFile(
	String^ filePath
)

Parameters

filePath
Type: String
The file path.

Return Value

file content.