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 get your file by using this:
StorageFile file3 = await StorageFile.GetFileFromPathAsync(@"C:\myFile.txt");