问题 I'm giving my first steps on programming web apps for Tizen wearable devices . This is what I want to do : By using the Tizen IDE , add a file , e.g. x.txt , under a folder , e.g. data/text (i.e. relative path from project root is data/text/x.txt ) At run-time , I want to read the contents of x.txt file ... and do some extra processing with it . I thought I could just read wgt-package virtual root but my code (after fixing it) returns no file at that location . How could I do this ? BTW , I