Click or drag to resize
GDFileIOWriteLinesAsync Method (IGDStorageFile, IEnumerableString)
Writes lines of text to the specified file.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public static IAsyncAction WriteLinesAsync(
	IGDStorageFile file,
	IEnumerable<string> lines
)

Parameters

file
Type: GDIGDStorageFile
The file that the lines are written to.
lines
Type: System.Collections.GenericIEnumerableString
The list of text strings to write as lines.

Return Value

Type: IAsyncAction
No object or value is returned when this method completes.
See Also