IO
.
.
::
.
.
WriteFileContents Method (String, String)
Writes the file contents.
Namespace:
Core
Assembly:
Core
(in Core.dll)
Syntax
C#
public
static
void
WriteFileContents
(
string
sFilePath
,
string
sFileContents
)
Parameters
sFilePath
Type:
String
The s file path.
sFileContents
Type:
String
The s file contents.
See Also
IO Class
WriteFileContents Overload
Core Namespace