On Dec 8, 2011, at 3:28 PM, HSSoftware wrote:
> I had code working using DirectoryInfo.Enumerate files on a directory within 
> the internal partition on a Kindle Fire.

I'm going to guess that the permissions on the directory forbid enumerating the 
files, which is why neither EnumerateFiles() nor Java.IO.File.ListFiles() sees 
them.

Android is very strict with file permissions, except on the SD card (which is 
usually formatted as FAT32, and thus doesn't have any meaningful permissions).

 - Jon

_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

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

Reply via email to