With Windows 8 Metro HTML5/CSS3/JavaScript/WinRT, Read Any File From Project Directory
Posted by: peterkellner.net,
on 03 Jan 2012 |
View original | Bookmarked: 0 time(s)
One of the standard things we programmers do is to read static files from our project directory. That is, say you put a json file such as /data/peter.json at the root of your Visual Studio 2011 PreRelease Developer Edition project and you want to read it and convert it to a JavaScript object using WinRT. [...]