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

Declaration Syntax
Public Shared Sub WriteAllLines ( _
path As String, _
contents As String(), _
encoding As Encoding _
)

Parameters
- path (String)
- The file to write to.
- contents (array<String>[]()[][])
- The string array to write to the file.
- encoding (Encoding)
- An Encoding object that represents the character encoding applied to the string array.

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