You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@gsferreira I have tried that angle, but the need is intrinsic. I'm ILMerging into an assembly of the same name. I need to specify a temporary folder for the output so that the output doesn't overwrite the input .dll, .pdb and .xml, which causes ILMerge to crash. However as soon as ILMerge is finished, I need to copy whatever files are in the temporary directory into the original folder. The overwritten files may be any combination of .dll, .pdb, .xml, etc and I should not have to care which combination end up in the intermediate directory: any files present should simply replace the files in the original directory. Files in the original directory should not be deleted, besides the replacements.
Please support overwriting with
MoveDirectory
andCopyDirectory
.A bool parameter in the third position would make sense, wouldn't it? This seems common enough and similar enough to other APIs:
Or should an entire options class be created in order to specify
Overwrite
?The text was updated successfully, but these errors were encountered: