Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created March 3, 2013 08:11
Show Gist options
  • Save wullemsb/5075283 to your computer and use it in GitHub Desktop.
Save wullemsb/5075283 to your computer and use it in GitHub Desktop.
Windows 8: read a file from a unit test project
var folder = Package.Current.InstalledLocation;
var stream= folder.OpenStreamForReadAsync("Filename.txt")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment