How To Write A Log Or Text File To The File System In Metro Style App
As the title said, I would like to write an activity log of my application into a file automatically. My application is built in Javascript/HTML5, when I am debugging I can use con
Solution 1:
Sure, just write out a file. Example here: http://code.msdn.microsoft.com/windowsapps/File-access-sample-d723e597
Post a Comment for "How To Write A Log Or Text File To The File System In Metro Style App"