Quantcast
Channel: sharpcompress Discussions Rss Feed
Viewing all articles
Browse latest Browse all 239

New Post: How to OpenRead in WP 8.1

$
0
0
Windows Phone 8.0
Dim fs As IO.FileStream = IO.File.OpenRead(MyFolder/MyFile.txt)
Windwos Phone 8.1 WinRT
Dim fs As System.IO.Stream = Await Windows.ApplicationModel.Package.Current.InstalledLocation.OpenStreamForReadAsync("MyFolder\MyFile.txt")
Apparently in 8.0 one had to use forward slashes "/" and now in 8.1 one must use backslashes "\"; Who would have thought?

Viewing all articles
Browse latest Browse all 239

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>