Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1012 Bytes

pathio_writelinesasync_520140059.md

File metadata and controls

33 lines (23 loc) · 1012 Bytes
-api-id -api-type
M:Windows.Storage.PathIO.WriteLinesAsync(System.String,Windows.Foundation.Collections.IIterable{System.String},Windows.Storage.Streams.UnicodeEncoding)
winrt method

Windows.Storage.PathIO.WriteLinesAsync

-description

Writes lines of text to the file at the specified path or Uniform Resource Identifier (URI) using the specified character encoding.

-parameters

-param absolutePath

The path of the file that the lines are appended to.

-param lines

The list of text strings to append as lines.

-param encoding

The character encoding of the file.

-returns

No object or value is returned when this method completes.

-remarks

-examples

-see-also

WriteLinesAsync(String, IIterable(String))