Hello friends,
I am working on a very large assembly (more than 100sub assemblies). Everything was built in a single folder previously. I am trying to make seperate folder for some of the sub assemblies. I use Pack and Go option to export the assembly into a new folder. Now there are two assemblies(one in the initial folder and the other in the exported folder). I would like to know is there any option to remove the files of the assembly from the initial folder.
Thank you,
Pavan Kumar.
Pavan Kumar,
I don't think there is. I'm pretty sure this came up previously and there was no easy solution.
You might try asking in the API forum if someone has written a macro or a windows program to do this. You would have to run the macro or program for each folder that you move files into. It would traverse the folder and find all of the files in the folder and then remove those files from the original folder.
Jerry Steiger