.NET Components for Mobility
Creates a new file, writes the specified string array to the file using the default encoding, and then closes the file.
If the target file already exists, it is overwritten.

Declaration Syntax
public static void WriteAllLines(
string path,
string[] contents
)
Public Shared Sub WriteAllLines ( _
path As String, _
contents As String() _
)

Parameters
- path (String)
- The file to write to.
- contents (array<String>[]()[][])
- The string array to write to the file.

Exceptions
| Exception | Condition |
|---|
| ArgumentNullException | path is a null reference (Nothing in Visual Basic) or contents string is empty.
|
Assembly:
InTheHand (Module: InTheHand) Version: 7.0.0.0