Write to a file in Tizen Native Application
问题 I am trying to log the Heart Rate of the Gear S3 to a simple text file using a Tizen Native Application. The only way I could find yet, is with a Web Application... is it possible with a Native App? And if so, Where do I find the reference? Thanks a lot 回答1: The res folder does not allow writing text in a file, It has only Read permission. So you should save it in data folder which has Read and Write permission. char* get_write_filepath(char *filename) { char write_filepath[1000] = {0,}; char