c# - How to list all files in a directory Silverlight -


i need quick code see files listed when run code current directory.

i have sqlite database file silverlight application use don't know put can't find directory application working from.

can me out here?

generally cannot access local filesystem in silverlight - runs in it's own sandbox. should able deploy sqlite db part of solution, it's available sandbox. or can expose db via webservice, , silverlight app can use service calls talk db.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -