Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
mariozubieta
Contributor III
Contributor III

Delete Procced Files

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,

2 Replies
m_woolf
Master II
Master II

Add /q  (quiet mode)

mariozubieta
Contributor III
Contributor III
Author

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,DeleteBTN.png