I have the following file structure:
Main tool folder
| ---Tool #1
|---Various folders
|---Tool #1 Tooling folder
| ------Part 1
| ------Part 2
| ------Assembly
|---Tool #2
|---Tool #3
...
...
|---Tool #492
The issue is that the main tool folder is getting too full. I would like to organize the tools into tool files holding #1 - #99, #100 - #199, etc. The real issue is that if I move the assemblies then all the references will break. Loading each assembly and using pack and go seems like a real chore.
How can this be accomplished in a fairly simple way?
Can you write a macro? If so, investigate the SWDocManager to replace the external reference in the files after/when you move them. You need to request a "key" from SW API support team to use the SWDocManager, but the key is free. I've done some stuff with the DocManager, and it is pretty quick with what it does. Way quicker than opening in SW and doing the same stuff, and in your case, way quicker than fixing broken file references.