I am using WebKit to rendering my HTML pages. Now, say I am browsing the page, I select some text while reading and want to save/write down the selected text on my local file system. Is any way to access (read/write) local file system using WebKit?
In case of Firefox, I can access localfile using XPCOM, nsiFile. Can anyone suggest what I should use to do the same with WebKit?