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?
SolidworksAssemblies