diff -r 913c9751c067 -r 716254ccbcc0 org.symbian.tools.wrttools.doc.WebDeveloper/html/GUID-FD1799EE-A7AB-488C-9159-2BC315058DC0.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/org.symbian.tools.wrttools.doc.WebDeveloper/html/GUID-FD1799EE-A7AB-488C-9159-2BC315058DC0.html Fri Mar 05 19:11:15 2010 -0800 @@ -0,0 +1,23 @@ + + +
Syntax:
+[int] sysinfo.drivesize(String drivename)+
Description:
+The drivesize
method can be used to detect the total size of an existing memory storage in a device.
Argument:
+drivename
:
A string that specifies the name of a drive to be examined.
+ +Return value:
+If the drive exists, this method returns an integer value indicating the total size of the specified drive, measured in bytes.
+Example code:
+See the drivefree()
example code.