In my application I am editing .jpg exif metadata. After adding metadata I firstly save outputstream as temp file, then delete original file and then rename temp file to original name.
But this way as new file is created the file creation date gets changed. So what can I do so that the outputstream modifies the original file, keeping file creation date intact.
Thanks