The FileSharing example is a S60 example that demonstrates
how to get a filename and open it and share a file between processes.
It consists of two modules FileSharingClient and FileSharingCreator.
The FileSharingCreator module uses DoTransferFileL() method, to create and launch the FileSharingClient process. It then
transfers filesharing.txt
to be read by the client
process.
FileSharingClient
Click on the following link to download the example: FileSharingClient.zip
Click: browse FileSharingClient to view the example code.
FileSharingCreator
Click on the following link to download the example: FileSharingCreator.zip
Click: browse FileSharingCreator to view the example code.
RFs
, RBuf, TParsePtrC
, TParse
, RFile
, RProcess
Commands are given to the example through its menu option.
The FileSharingClient process should be launched from FileSharingCreator.exe