[This is preliminary documentation and is subject to change.]

Writes data in the file

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static void WriteTextFile(
	string filePath,
	string dataStr
)
Visual Basic (Declaration)
Public Shared Sub WriteTextFile ( _
	filePath As String, _
	dataStr As String _
)
Visual C++
public:
static void WriteTextFile(
	String^ filePath, 
	String^ dataStr
)

Parameters

filePath
Type: System..::.String
The complete pathname of the file.
dataStr
Type: System..::.String
The data string that will be written in the file.

See Also