That works! thank
----- Sue Hoegemeier wrote: ----
One option is to use an ActiveX task and th
FileSystemObject to delete the file, e.g
Dim fs
Set fso = CreateObject("Scripting.FileSystemObject"
fso.DeleteFile("C:\YourFile.txt"
-Su
On Thu, 20 Nov 2003 18:56:02 -0800, "Hugh
[quoted text, click to view] <daihugh@hotmail.com> wrote
>I'm scheduling a DTS package but want incorporte a function deleting a file from a folder. Does anyone pointing me how to do it in DTS, or VB ActiveX task?