|
copydocument in swdm
hey all,
here's the problem:
im using
errout = swdocmgr.copydocument(sdocfilename, snewdocfilename, vdependarr, vdependnamearr, 0, swsearchopt)
to copy an assembly to a new directory and at the same time changing name of the assembly and all of the parts that belong to it. it all works good but the problem is that sometimes the computer "freezes" for a minute or two while running that command.. if i at the same time check windows explorer i can see that the files are already copied and in place in the new directory... i cant understand why it takes so long time, i've been experimeting with swsearchopt but havent really understood what it does... any help is appriciated!
edit: might answer my own question ... it takes time because sw has to go through all the files and update references i think..
edited: 02/19/2009 at 08:36 am by johan eliasson
i would guess that you've answered your question correctly. references can't really be updated until after the files are copied.
i'll get you eh steve, if it's the last thing i dooooo!
quick |
|