I\'m quite astounded by the apparent complexity of this seemingly simple task. I know that I have to use the StorageFile class, and I\'ve found this example, bu
StorageFile
You can use the FileIO class like so.
FileIO
public async void Read(IStorageFile file) { var lines = await FileIO.ReadLinesAsync(file); }