Why do you delete the directory once its been created? That is something I am not getting. Have you tried to save another DCR with directory existing?Have you checked the permissions set on that directory?
one time unintentionally i have removed that directory.after that when i was trying to save the DCR the error came there.if i am saving the DCR with the directory existing then it is Ok no problem is there? permission settings have been checked.my work is going well if iam not deleting that one. but i just want to know about why that error is coming on removing the directory according the code should again create that directory if it do not found that one there...i have checked the programming structure sevral time... but no anwer...what will you suggest about it?
TST do not automatically create the folder if you try to save /tempaltedata/foo/bar/data/blah/here.xml, it will nto create blah for you. It sounds like your code does that (which is a very good thing). However what you may have is a conflict on the deleted folder name. If I create blah/here.xml and submit it. Then try to delete both, I am left with a hole (a delete that needs to be submitted as well). I just do a mkdir blah, that will fail because this hole is in the same spot. HTHAndy
yes you are right,