diff -r 4816d766a08a -r f345bda72bc4 Symbian3/PDK/Source/GUID-B6F35F05-8EFB-5E88-B14B-C1B2F83E6015.dita --- 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 @@ Getting -the Size of a Large File using RFileThis tutorial describes how to get the size of a large file through -the file server client (RFile) and the directory entry -class (TEntry). -

The function RFile::Size64() is the 64-bit -version of the RFile::Size() function, which returns 64-bit -file size.

RFile::Size64(TInt64& aSize).

+the Size of a Large File using RFileHow to get the size of a large file through the file server client. +

The function RFile::Size64() is the 64-bit +version of the RFile::Size() function, and returns a 64-bit +file size.

Pass a variable of the type TInt64 to handle file sizes that are larger than 2GB-1. // Remove TInt size; -TInt64 size; +TInt64 size; Use the function RFile::Size64() for files larger than 2GB-1. @@ -30,9 +28,8 @@
- Getting the Size of a Large File using TEntry Setting the -file size +File Size
\ No newline at end of file