No, there is no IsDir Parameter.
I tried the following

   string filename = NSBundle.MainBundle.BundlePath + "/Anleitung.html";
   Stream s = new FileStream(filename,FileMode.Open,FileAccess.Read);

=> Error: File not Found

When i have a look on the package, i see, there is no file (with
Build-Action "Content"). Only in Folders.

so i created a new Folder "Dokumente" and copied the file to this folder and
all works fine and i see the content of the file in my webview.

This problem is new to me.

--
View this message in context: 
http://monotouch.2284126.n4.nabble.com/No-Content-in-UIWebView-from-Local-File-tp3731667p3732485.html
Sent from the MonoTouch mailing list archive at Nabble.com.
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to