This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
HI,
I am trying to automate debugging using CCS . I want to give the input from the file to DSS .i.e read data from a file using DSS.
Does DSS provide any file handling APIs? Or Do i have to create our own file handling functions .
One of the example in ti folder uses a "FileInoutStream" . But when I try to use this i get no refernce to this function.
Please let me know how to go ahead
Thanks
Abdul
There are no dedicated DSS APIs for this. But you can using standard Java file APIs for this.
If you want to look at an example, see the attached example js file near the end of this thread:
Thanks
ki