X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFSysEnvironment.h;h=f124bb2e358e58e56dea6ea4226f558322ae2ece;hb=102d9124a6981de495cb23e8bd98c2de322960fb;hp=5874d4f278ba06656d40486aeed3cd1dbfcc76a6;hpb=4d451910df2d31e4c7ec7da85ded34bb09be862e;p=platform%2Fframework%2Fnative%2Fappfw.git diff --git a/inc/FSysEnvironment.h b/inc/FSysEnvironment.h index 5874d4f..f124bb2 100644 --- a/inc/FSysEnvironment.h +++ b/inc/FSysEnvironment.h @@ -77,6 +77,8 @@ public: * @since 2.0 * * @return The media directory path + * @remarks If the platform policy is changed or the device is different, the returned file path can be different. @n + * Rather than changing the returned file path as hard coding, use as it is. */ static Tizen::Base::String GetMediaPath(void); @@ -86,6 +88,8 @@ public: * @since 2.0 * * @return The default download directory path + * @remarks If the platform policy is changed or the device is different, the returned file path can be different. @n + * Rather than changing the returned file path as hard coding, use as it is. */ static Tizen::Base::String GetDefaultDownloadPath(void); @@ -95,6 +99,8 @@ public: * @since 2.0 * * @return The external storage directory path + * @remarks If the platform policy is changed or the device is different, the returned file path can be different. @n + * Rather than changing the returned file path as hard coding, use as it is. */ static Tizen::Base::String GetExternalStoragePath(void); @@ -106,8 +112,11 @@ public: * @return The pre-defined directory path according to the specified @c dirType, @n * else an empty string if the specified @c dirType is invalid * @param[in] dirType The pre-defined directory type - * @remarks The directory path for some directory types such as IMAGES, SOUNDS, VIDEOS, CAMERA, DOWNLOADS, and OTHERS may not yet exist, - * so you must make sure that it exists before using it. + * @remarks + * - The directory path for some directory types such as IMAGES, SOUNDS, VIDEOS, CAMERA, DOWNLOADS, and OTHERS may not yet exist, + * so you must make sure that it exists before using it. + * - If the platform policy is changed or the device is different, the returned file path can be different. @n + * Rather than changing the returned file path as hard coding, use as it is. * @see Tizen::Io::Directory::Create() */ static Tizen::Base::String GetPredefinedPath(PredefinedDirectoryType dirType);