IO..::..WriteFileContents Method (String, String)

Writes the file contents.

Namespace:  Core
Assembly:  Core (in Core.dll)

Syntax


public static void WriteFileContents(
	string sFilePath,
	string sFileContents
)

Parameters

sFilePath
Type: String
The s file path.
sFileContents
Type: String
The s file contents.