Hi,

I'm trying to write to the SDCard with the following code (which was suggested on here), but I'm getting a null reference error on the Path.Combine line - I've no idea why either!

            var external = GetExternalFilesDir(null);
            var dir = Path.Combine(external.AbsolutePath, "OQHRA");
            if (!File.Exists(dir))
            {
                System.IO.Directory.CreateDirectory(dir);
            }

Any help here would be appreciated. I'm using m4a 4.04

Paul
_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to