tofutim
tofutim

Reputation: 23374

Path, FileInfo, etc. in PCL (Profile 158)

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

Answers (1)

Daniel Plaisted
Daniel Plaisted

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

Related Questions