views:

343

answers:

0

Hi, i am using Webkit for rendering my HTML pages.Now,say i am browsing the page, i select some text while reading,i want to save/write down the selected text on my local file say /home/localfile.txt. 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 me which library/functions i can use in webkit. Thanks...