FileSharing Example Overview

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.

Download

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.

Class summary

RFs, RBuf, TParsePtrC, TParse, RFile, RProcess

Usage

Commands are given to the example through its menu option.

The FileSharingClient process should be launched from FileSharingCreator.exe