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.