Hi
I am new to Xamarin.Forms, how do I get NSSearchPathDirectory.DocumentDirectory in a Portable library?
Previously when I was not using Xamarin.Forms I was able to use NSFileManager.DefaultManager.GetUrls method via MonoTouch.dll, I now only have reference to .NET portable.
Thanks