Trying to save picture to a particular Pictures folder that has not been created?

You probably have to create your new File too. After you have done File file = new File(path) call createNewFile() Or rather.

You could improve your code by calling newFolder.mkdirs() instead of newFolder.mkdir(). Mkdirs() creates all the folders needed in the path specified.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions