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
Post a Comment