views:

24

answers:

1

Hi,

I am getting some response of HTTP request.

Response header is "Content-Type : text/javascript" and some response body.

I want to save this response body in text file as "a.txt".

Can I do it ? I have "C" files in which I have to do it.

Regards PJ

+1  A: 

There are many file operations which allow you to save a buffer into a file.

PS: The above solution as simple as it may sound, your question is still vague. What is the exact problem you are trying to solve?

Praveen S
Thanks Praveen,
Priyanshu
Thanks Praveen, after clean build its working fine :-)
Priyanshu