diff -r 4816d766a08a -r f345bda72bc4 Symbian3/PDK/Source/GUID-47A4949C-61B3-5B91-9845-F40A9BC157C4.dita --- a/Symbian3/PDK/Source/GUID-47A4949C-61B3-5B91-9845-F40A9BC157C4.dita Tue Mar 30 11:42:04 2010 +0100 +++ b/Symbian3/PDK/Source/GUID-47A4949C-61B3-5B91-9845-F40A9BC157C4.dita Tue Mar 30 11:56:28 2010 +0100 @@ -1,12 +1,27 @@ - - - - - -File interface

The RFile class represents an individual file and provides functions required to open, create or replace a file given its name, or to open a temporary file.

Various Write() functions write data from a binary descriptor, and Read() functions read data into a binary descriptor. These functions provide a binary, stream-mode, interface. They are available in synchronous or asynchronous forms.

The TFileText class provides a record-based text interface which deals with the details of character-to-byte conversion.

Files may be opened exclusively or shared, and for shared files, a region may be locked.

A file's attributes and directory entry values may be changed while the file is open. The file may also be renamed while it is open.

\ No newline at end of file + + + + + +File +interfaceThis topic describes the file interface concept. +

The RFile class represents an individual file and provides +functions required to open, create or replace a file given its name, or to +open a temporary file.

+

Various Write() functions write data from a binary descriptor, +and Read() functions read data into a binary descriptor. +These functions provide a binary, stream-mode, interface. They are available +in synchronous or asynchronous forms.

+

The TFileText class provides a record-based text interface +which deals with the details of character-to-byte conversion.

+

Files may be opened exclusively or shared, and for shared files, a region +may be locked.

+

A file's attributes and directory entry values may be changed while the +file is open. The file may also be renamed while it is open.

+
\ No newline at end of file