I have setup my project lib as .NET 4.5 for Windows Phone 8, Android and iOS.
Unfortunately System.IO.File
is not available in this combination. If I unstick "Windows Phone 8" and only leave Android and iOS, XS automatically adds "Silverlight" and the solution does not build anymore.
So I'm looking for an alternative to System.IO.File
. Any ideas?
↧
How to use System.IO.File or similar for cross platform projects in PCLs?
↧