• I also do this I use the commands (in the relevant place) :

    objFSO.CopyFile "src-Path\filename", destination-Path\filename",true

    [where last boolean is for overwrite option]

    and use the same folder

    and then

    objFSO.DeleteFile "Path\FileName"

    to delete the original.

    Hope this helps.

    Andy P

    quote:


    Andy,

    I just incorporated that code into a package and it worked like a charm. I now want to be able to rename the file to I was checking the existence of to a different name or to a different folder. I have been looking into the vbscript references for how to do this and cannot find it yet. Any ideas?

    Thanks,

    Bessebo


    Andy P


    Andy P