WriteToFile—writes “Hello World!” to a
fileThis writes the text "Hello World!" to a file. It is used as the basis of all examples which depend on just the Base and the file server.
RFs : file server session
RFile :a single, open file
User : static user functions
TPtrC8 : 8 bit constant pointer
descriptor
The example shows how dynamic arrays are constructed and used. It shows a number of operations on a flat dynamic buffer and a segmented dynamic buffer.
CBufFlat : flat storage dynamic buffer
CBufSeg : segmented storage dynamic
buffer