(I Saw this thread: viewtopic.php?p=197784 ) I need to write a file on my app that will remain there on the next app runs. From my understanding, I can write to 'tmp', but it will be deleted on t...
Using the USB for this purpose is not a very good solution. First, not all Roku devices have a USB port. Second, the user could remove the USB drive that you wrote to, or modify the file that you wrote. The Registry is a much better solution. It is designed to hold persistent application data. See roRegistry in the Component Reference.