This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- RemoveFile table and validation issues
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Apr 29, 2008
03:59 PM
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,
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,
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Apr 30, 2008
05:30 PM
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".)