I'm now trying to exclude specified file extentions from being downloaded using the OLE object.
What I've done is this:
Used the method GetFileFilterExtentions for each filter in the enum (text, images...). Then removed the extentions that I want to exclude (if found). Finally used the SetFileFilterExtentions with the updated extention list and set the selected parameter to 1 with the SetFFParameter method (of the filter that I've scanned).
When the project is created and starts downloading, it's configuration looks current. But when finally looking at the downloaded files, it did not exclude the extentions that I've choose, but has downloaded the files along with all others.
Any suggestions?
Tomer.
Best regards,
Oleg Chernavin
MP Staff
>
> Best regards,
> Oleg Chernavin
> MP Staff
Yes, after I've configured the project from code, I've inspected the project settings from the OE application.
The file extention that I've excluded are not found in the project filter settings at all (removed).
Oleg.
>
> Oleg.
I'll try it and let you know. Thanks.