Renaming Files With DTS

  • Can anybody provide me with an example of to use the Dynamic Task Property to rename files?

    Thanks!

  • I don't think the dynamic task will do this. If you want to work with files, you need the file system object. See my Push FTP article for an example. You can check the MS site for all the methods of the filesystemscripting object.

    Steve Jones

    steve@dkranch.net

  • You can also just shell to the OS and use ren/rename to do the work. Not as good as fso because you have to work harder to trap errors.

    Andy

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply