Forum Discussion
RokuMarkn
13 years agoVisitor
If you're talking about updating a file on a USB drive, that's not supported. You cannot write to a USB drive.
If you're talking about updating a file on your server, that would need to be implemented by a CGI script on your server, which would then be invoked by a GET or POST from the Roku player.
You could write it to a tmp file, but the file would not persist after the app exits. There's an overview of all the persistent storage methods at http://sdkdocs.roku.com/display/sdkdoc/File+System
--Mark
If you're talking about updating a file on your server, that would need to be implemented by a CGI script on your server, which would then be invoked by a GET or POST from the Roku player.
You could write it to a tmp file, but the file would not persist after the app exits. There's an overview of all the persistent storage methods at http://sdkdocs.roku.com/display/sdkdoc/File+System
--Mark