cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Tim_Mayert
Level 9

RemoveFile table and validation issues

How do I go about removing a bunch of .html files using the RemoveFile table without getting ICE validation errors.

At the momemt I have *.html, but since the name has a 4 letter extension instead of the 3 letters I get the following ICE error:

ICE03: Invalid filename/usage of wildcards; Table: RemoveFile, Column: FileName, Key(s): FileKey3

How can I use wild cards in the RemoveFile Table to remove .html files ?

Thanks,
Labels (1)
0 Kudos
(1) Reply
SherylSikora
Level 6 Flexeran
Level 6 Flexeran

I'm not sure how to get rid of the validation error for extensions that have 4 characters if you have to use wildcards. But a quick test showed that you can use *.htm and the .html files will be removed also.
(If my reply answers a question you have raised, please click "ACCEPT AS SOLUTION".)
0 Kudos