robotManager.Helpful Namespace
wManager.Wow.Helpers Namespace
WRobot

Others..::..WriteFile Method

Write string file.

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

Syntax


public static void WriteFile(
	string filePath,
	string value
)
Public Shared Sub WriteFile ( _
	filePath As String, _
	value As String _
)
public:
static void WriteFile(
	String^ filePath, 
	String^ value
)

Parameters

filePath
Type: String
The file path.
value
Type: String
The value.