Symbian3/PDK/Source/GUID-B6F35F05-8EFB-5E88-B14B-C1B2F83E6015.dita
changeset 5 f345bda72bc4
parent 1 25a17d01db0c
child 14 578be2adaf3e
--- a/Symbian3/PDK/Source/GUID-B6F35F05-8EFB-5E88-B14B-C1B2F83E6015.dita	Tue Mar 30 11:42:04 2010 +0100
+++ b/Symbian3/PDK/Source/GUID-B6F35F05-8EFB-5E88-B14B-C1B2F83E6015.dita	Tue Mar 30 11:56:28 2010 +0100
@@ -10,18 +10,16 @@
 <!DOCTYPE task
   PUBLIC "-//OASIS//DTD DITA Task//EN" "task.dtd">
 <task id="GUID-B6F35F05-8EFB-5E88-B14B-C1B2F83E6015" xml:lang="en"><title>Getting
-the Size of a Large File using RFile</title><shortdesc>This tutorial describes how to get the size of a large file through
-the file server client (<apiname>RFile</apiname>) and the directory entry
-class (<apiname>TEntry</apiname>). </shortdesc><prolog><metadata><keywords/></metadata></prolog><taskbody>
-<context><p>The function <xref href="GUID-BE0804F6-4375-3C8A-8C83-968F510466E0.dita#GUID-BE0804F6-4375-3C8A-8C83-968F510466E0/GUID-61BEEB4F-4771-30F5-9B20-F8AC44655640"><apiname> RFile::Size64()</apiname></xref> is the 64-bit
-version of the <xref href="GUID-BE0804F6-4375-3C8A-8C83-968F510466E0.dita#GUID-BE0804F6-4375-3C8A-8C83-968F510466E0/GUID-01ACE541-916F-3811-A596-E25F1EF1C409"><apiname>RFile::Size()</apiname></xref> function, which returns 64-bit
-file size. </p> <p> <xref href="GUID-BE0804F6-4375-3C8A-8C83-968F510466E0.dita#GUID-BE0804F6-4375-3C8A-8C83-968F510466E0/GUID-379CB754-6D82-3B0E-A41E-B30386B9D4E4"><apiname>RFile::Size64(TInt64&amp; aSize)</apiname></xref>. </p> </context>
+the Size of a Large File using RFile</title><shortdesc>How to get the size of a large file through the file server client. </shortdesc><prolog><metadata><keywords/></metadata></prolog><taskbody>
+<context id="GUID-D279B1C3-CCDC-4007-B666-B4864408B41C"><p>The function <xref href="GUID-BE0804F6-4375-3C8A-8C83-968F510466E0.dita#GUID-BE0804F6-4375-3C8A-8C83-968F510466E0/GUID-61BEEB4F-4771-30F5-9B20-F8AC44655640"><apiname>RFile::Size64()</apiname></xref> is the 64-bit
+version of the <xref href="GUID-BE0804F6-4375-3C8A-8C83-968F510466E0.dita#GUID-BE0804F6-4375-3C8A-8C83-968F510466E0/GUID-01ACE541-916F-3811-A596-E25F1EF1C409"><apiname>RFile::Size()</apiname></xref> function, and returns a 64-bit
+file size. </p></context>
 <steps id="GUID-09C55799-58AC-5B68-B463-92249959CB61">
 <step id="GUID-7CF45EE2-200D-578E-9DAD-283E3ED5E510"><cmd>Pass a variable
 of the type <codeph>TInt64</codeph> to handle file sizes that are larger than
 2GB-1. </cmd>
 <stepxmp><codeblock id="GUID-EDDA5483-0FA3-544E-96C0-CC341283263B" xml:space="preserve">// Remove TInt size;
-TInt64 size;</codeblock> </stepxmp>
+TInt64 size;</codeblock></stepxmp>
 </step>
 <step id="GUID-83B97D8A-72A1-516E-80A1-39AD2B656547"><cmd>Use the function <codeph>RFile::Size64()</codeph> for
 files larger than 2GB-1. </cmd>
@@ -30,9 +28,8 @@
 </step>
 </steps>
 </taskbody><related-links>
-<link><linktext/></link>
 <link href="GUID-B97C3C1D-7F35-4B0A-9420-180CE70EF6DE.dita"><linktext>Getting the
 Size of a Large File using TEntry</linktext></link>
 <link href="GUID-EA8974A2-1E8F-4272-880A-183AD1A40371.dita"><linktext>Setting the
-file size</linktext></link>
+File Size</linktext></link>
 </related-links></task>
\ No newline at end of file