Reputation: 23374
I can concatenate files and paths, but how do I check for file existing using PCL (Profile 158). Is it possible?
Upvotes: 0
Views: 657
Reputation: 16744
Platforms such as Windows Store and Silverlight don't support those APIs. Those platforms have APIs such as Windows.Storage and IsolatedStorage which allow access to storage. You can use my PCL Storage library or something similar to access those different APIs in a portable fashion.
Upvotes: 2