Hello there,

I am currently trying to write a short htmlPreview <process> to use for 
DocBook files. Since the temp dir which is used during the process is 
immediately deleted, I have to copy the files to my own temporary 
directory. For this I use the <mkdir> element.

The problem is now that <mkdir> gives an error when the directory 
already exists. This is bad because my command works when called the 
first time but fails after that because the directory was created the 
first time.

Could you add an attribute to <mkdir> which tells it to allow the 
directory to already exist?

Thanks
        Bernd


Reply via email to