How save file to app folder or open remote file?
Posted: Wed Jul 02, 2014 1:16 pm
Hello!
I have samsung smart tv application. How can i save file to application folder (like through openFile("file.ext", "w") (this way is under prohibition) ) not to common file directory (through openCommonFile("file.ext", "w"))? I need to take app.json from remote server http://ip-address:port/App/app.json. By default Smart tv core tries to read this file strictly from local app folder...
Thanks!
I have samsung smart tv application. How can i save file to application folder (like through openFile("file.ext", "w") (this way is under prohibition) ) not to common file directory (through openCommonFile("file.ext", "w"))? I need to take app.json from remote server http://ip-address:port/App/app.json. By default Smart tv core tries to read this file strictly from local app folder...
Thanks!