0

I'm working on building a new windows 8 app using javascript. I want to have some local json files to use as configuration files, but I'm unsure of how I can read those in to my system.

I've seen HTML5s File Api and JSONP solutions, but both seem like browser-targeted solutions. I browsed the MSDN docs but couldn't find a MSFT API for this either.

Currently I have my configs sitting as js objects within my source, but I'd really like to separate them out. Any suggestions?

Community
  • 1
  • 1
Ben McCormick
  • 24,338
  • 12
  • 50
  • 71

1 Answers1

1

Below is the MS documentation about file access for metro apps:

File access and permissions in Windows Store apps

spender
  • 112,247
  • 30
  • 221
  • 334