Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 933 Bytes

pathio_readlinesasync_1023781572.md

File metadata and controls

27 lines (19 loc) · 933 Bytes
-api-id -api-type
M:Windows.Storage.PathIO.ReadLinesAsync(System.String)
winrt method

Windows.Storage.PathIO.ReadLinesAsync

-description

Reads the contents of the file at the specified path or Uniform Resource Identifier (URI) and returns lines of text.

-parameters

-param absolutePath

The path of the file to read.

-returns

When this method completes successfully, it returns the contents of the file as a list (type IVector) of lines of text. Each line of text in the list is represented by a String object.

-remarks

-examples

-see-also

ReadLinesAsync(String, UnicodeEncoding)