I D/L the series 60 2.1 SDK.
Looking at the examples I noticed that loading files is done via CEikFileOpenDialog in the example code. But I couldn't find any reference to this method in the SDK dirs or the SDK docs.
Is it deprecated or what????
I managed to find something similar called CAknFileSelectionDialog, but this version get's a file ID instead of a string. Is that better?