Hello,
Is it possible to access android sd card file list , if it is please help me and thanks.
Take a look at the answer here: Search files in Android
With the C# .NET IO calls you can do it in a similar way as you would on a PC. The path of sd cards is “/sdcard” (but I’m not 100% sure if it’s the same path on all Android devices; I think I recall some other different mounting path… ?).