Add IPC sync result for SerialPort::Write()
[platform/framework/native/appfw.git] / inc / FSysEnvironment.h
index 5874d4f..f124bb2 100644 (file)
@@ -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);