Re: Skip files in GetFiles Method (General questions)
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:
- Skip files in GetFiles Method - Clark Manlosa, 2008-05-20, 09:16
- Re: Skip files in GetFiles Method - woddrazen, 2008-05-20, 09:37
- Re: Skip files in GetFiles Method - Clark Manlosa, 2008-05-20, 17:40
- Re: Skip files in GetFiles Method - wodDamir, 2008-05-20, 19:40
- Re: Skip files in GetFiles Method - Clark Manlosa, 2008-05-21, 10:20
- Re: Skip files in GetFiles Method - wodDamir, 2008-05-21, 11:59
- Re: Skip files in GetFiles Method - Clark Manlosa, 2008-05-21, 12:50
- Re: Skip files in GetFiles Method - wodDamir, 2008-05-21, 13:09
- Re: Skip files in GetFiles Method - Clark Manlosa, 2008-05-21, 12:50
- Re: Skip files in GetFiles Method - wodDamir, 2008-05-21, 11:59
- Re: Skip files in GetFiles Method - Clark Manlosa, 2008-05-21, 10:20
- Re: Skip files in GetFiles Method - wodDamir, 2008-05-20, 19:40
- Re: Skip files in GetFiles Method - Clark Manlosa, 2008-05-20, 17:40
- Re: Skip files in GetFiles Method - woddrazen, 2008-05-20, 09:37