How can I get a list of network files from my mono for android application?
问题 I've been messing around with Mono for Android for a little while now. I am wondering how (or if it's possible) to access network files located on my NAS. I was really hoping it was going to be as easy as var files = System.IO.Directory.GetFiles("\\NAS-NAME\SomeDirectory\", "*"); Unfortunately, I'm getting this error message, so I'm guessing it's not quite as straight forward as a standard .NET application: Unhandled Exception: System.IO.DirectoryNotFoundException: Directory '\\NAS-NAME