1->this code works perfactly fine. i triedto make A little modification , i want image to to be saved in a folder specified by date, but this is not working, i tried to create a dir, but dont know how to save it in a that dir(in every 10 mins).
please help.
thanks for the reply sir, even after creating a dir, and trying to write onto that, , this ain't working...
used this constructor
public File(String parent,
String child).. form IO api..
sorry for the sub standard post,
-> what is happning is a file named as currrent date is created , and mkdir() call is returning false(i wonder why??).