[filesystem] remove /tmp
authorHyunjin Park <hj.na.park@samsung.com>
Thu, 27 Aug 2015 05:50:22 +0000 (14:50 +0900)
committerHyunjin Park <hj.na.park@samsung.com>
Thu, 27 Aug 2015 05:51:02 +0000 (14:51 +0900)
- to fix incorrect description

Change-Id: I34697cbc8e82e37de0a7dc56e40953721f69e1c2
Signed-off-by: hyunjin park <hj.na.park@samsung.com>
org.tizen.web.apireference/html/device_api/mobile/tizen/filesystem.html

index a3d5654..f6d5f46 100644 (file)
@@ -53,7 +53,7 @@ wgt-private - the location for a widget's private storage           </li>
 wgt-private-tmp - the location for a widget's private volatile storage          </li>
         </ul>
         <p>
-The file URI path is also supported. To access other paths out of virtual root, for example '/tmp/', 'file:///tmp' can be used as location parameter.
+The file URI path is also supported. To access other paths out of virtual root, for example 'file:///tmp' can be used as location parameter.
         </p>
         <p>
 To access specific locations apart from those specified above, a file handle must be retrieved using the <em>filesystem.resolve() </em>call.