Quote Originally Posted by texas
just trying to wait for the file to finish downloading before i import it into a table.
Assuming that you do need a FSW, the event is not raised, and thus the handler not executed, until a file is created, so telling it then to wait for a file to be created will wait for another file to be created because the one that raised the event has already been created, otherwise there would have been no event in the first place.