Hi,
The file is existing within the current project like
App12\output.jpg
but using this,
if (File.Exists("~/output.jpg"))
File.Delete("~/output.jpg");that file cannot be removed. Why?
Many Thanks & Best Regards, Hua Min