You could write a sql script to check that the size of the file is greater than 0, if not, don't execute the dts. The script would need to create a temp table, then insert into the temp table by shelling out to command prompt (xp_cmdshell) and do a dir command for the file. You would then parse out the file size from that.
Steve