Notifications
Clear all
Topic starter
27/11/2006 5:21 pm
I am working a case ,need to filter files of no suffixal name with Encase.Who can tell me?
Thx a lot.
27/11/2006 6:05 pm
I don't know if you mean you want to find the files without extension. If that is the case, a very simple condition can be created
e.Extension().Compare("") == 0
Hope it helps.
Topic starter
27/11/2006 8:07 pm
Thanks iruiper.