Does DOpus have a function to secure-delete files so that they can not be recovered after deletion? If not, can somebody tell me how to create a custom command, which takes different parameter depending on what is selected (directory of file)?
for example:
If a directory is selected:
sdelete.exe -p 2 -s
If a file is selected:
sdelete.exe -p 2
Finally I would like to assign the command to +
Thanks!
W@ng