Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1017 Bytes

pathio_appendlinesasync_1375452631.md

File metadata and controls

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

Windows.Storage.PathIO.AppendLinesAsync

-description

Appends 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

AppendLinesAsync(String, IIterable(String))