语言

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.

编辑者为: Brock Boland 17 3月, 2014 原因: Paragraph tags added automatically from tizen_format_fix module.

响应

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