ExtensionsFileIOWriteTextAsync Method |
| Name | Description | |
|---|---|---|
| WriteTextAsync(FileInfo, String) |
Creates a new file, writes the specified string to the file, and then closes the file. If the target file already exists, it is overwritten.
| |
| WriteTextAsync(FileInfo, String, Encoding) |
Creates a new file, writes the specified string to the file, and then closes the file. If the target file already exists, it is overwritten.
|