Re: Skip files in GetFiles Method - WeOnlyDo Discussion board

Re: Skip files in GetFiles Method (General questions)

by wodDamir, Wednesday, May 21, 2008, 13:09 (5828 days ago) @ Clark Manlosa

Clark,

I've just tried the following in PB10 (I don't have PB7 to try it on):

[code]if right(remotefile,4) = .cfg then
ole_2.object.ItemSkip = true
messagebox( Item skipped: , remotefile)
end if[/code]

The above code worked perfectly for me. The .cfg file wasn't downloaded and I received a messagebox with the file in question.

I also tried it with Skip parameter, and setting it to true, but that doesn't work.

However, you mentioned that ItemSkip doesn't work, and you get compile error when you try using it.

Can you contact us at techsupport@weonlydo.com ? I can send you my sample to try it.

Regards,
Damba


Complete thread: