언어 설정

Menu
Sites
Language
Emulator access to app directories (solved)

Hello,

I uploaded my app to the emulator and need to access the app's 'data' directory. In the Tizen IDE Connection Explorer I can see the full file system but I do not see where my app is installed. I checked in 'usr\apps' but the app ID is not there.

The problem is solved. The app is actually installed in the 'opt\apps' directory and not in the 'usr\apps' directory as I originally thought.

Thank you.

Edited by: Brock Boland on 17 3월, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

1 댓글
Kamil N
I think that better way is to use App::GetInstance()->GetAppRootPath() + "data/file_name" insted of hardcoded path "opt/apps" Regards