I’m creating a webpop up to display a local webpage.
My app downloads some files from an FTP to the temp “system.TemporaryDirectory”
I need to add these to a javascript array e.g.
var files=new Array();
files[0]=‘directory/file1.txt’;
My question is:
What is the “system.TemporaryDirectory” in relation to the root of my app? [import]uid: 31718 topic_id: 7174 reply_id: 307174[/import]