Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I'm currently working on loading some files that are gonna be stored on a directory.
My issue here, is that I need to delete all the files I process, so the memory wont build up.
Currently I try using the following instruction: execute cmd.exe /c del $(FileName);
The problem with this, is that it pops a text box which I have to click that I accept it deletes the file.
Does anyone know an easy way, that wont pop up a button to delete processed files?
thanks,
Add /q (quiet mode)
This is not the issue, the problem is there is a QlikView confirmation button, I've attached a picture. I need to be able to delete something without this popping up
Thanks,