* When an application is uninstalled, the files written by that application are not removed from the internal/external storage.\n
* If you want to access files or directories in internal storage, you must declare http://tizen.org/privilege/mediastorage.\n
* If you want to access files or directories in external storage, you must declare http://tizen.org/privilege/externalstorage.\n
+ * Refer to <a href="https://developer.tizen.org/development/guides/native-application/security/privacy-related-permissions"><b>Privacy-related Permissions</b></a>.\n
* You must release @a path using free().
* @param[in] storage_id The storage device
* @param[out] path The absolute path to the storage directory
* @remarks Files saved on the internal/external storage are readable or writable by all applications.\n
* When an application is uninstalled, the files written by that application are not removed from the internal/external storage.\n
* The directory path may not exist, so you must make sure that it exists before using it.\n
- * If you want to access files or directories in internal storage except #STORAGE_DIRECTORY_SYSTEM_RINGTONES, you must declare http://tizen.org/privilege/mediastorage.\n
- * If you want to access files or directories in #STORAGE_DIRECTORY_SYSTEM_RINGTONES, you must declare %http://tizen.org/privilege/systemsettings.\n
+ * If you want to access files or directories in internal storage, you must declare http://tizen.org/privilege/mediastorage.\n
* If you want to access files or directories in external storage, you must declare http://tizen.org/privilege/externalstorage.\n
+ * Refer to <a href="https://developer.tizen.org/development/guides/native-application/security/privacy-related-permissions"><b>Privacy-related Permissions</b></a>.\n
* You must release @a path using free().
* @param[in] storage_id The storage device
* @param[in] type The directory type