I’m trying to get all images from a directory in WP7. I already use
var temp = Directory.GetFiles(@"\Pictures");
but it doesn’t seem to work.
by the way i also tried the isolated storage solution. but none of those solution seems to work.
Is i a wp7 limitation?
you shoud use following code for images from the resources: