Version Differences for 3.8 Branch Directory Restructure

(Initial update. Still got a lot to go...)
(OK. Now to add some examples.)
Line 25:
  The key to note here is that 13423 has been separated out to 00013423, which forms directory 0001\3423. Same goes with build profile 922 to 00000922 = 0000\0922. And the same with the buildlife 423234 to 00423234 = 0042\3234. Only the artifact set ID# and the artifacts themselves remain unchanged.    The key to note here is that 13423 has been separated out to 00013423, which forms directory 0001\3423. Same goes with build profile 922 to 00000922 = 0000\0922. And the same with the buildlife 423234 to 00423234 = 0042\3234. Only the artifact set ID# and the artifacts themselves remain unchanged. 
       
- = Comparison of Layouts =   + = Examples =  
- == Previous ==   + To illustrate this further, three examples of each type will be given below at different directory levels to understand the directory location  
- <pre>%ARTIFACTS_HOME%\project-buildprofile\buildlife\artifactset\...artifacts...   + == Artifacts ==  
- %ARTIFACTS_HOME%\13423-922\423234\-2\awesomefile.exe</pre>   + <table border=4 cellpadding=4 cellspacing=4 align=center>  
- == Current ==   + <tr><th bgcolor=#000000><font color=white>PREVIOUS</font></th><th bgcolor=#000000><font color=white>CURRENT</font></th></tr>  
- <pre>%ARTIFACTS_HOME%\long format project\long format buildprofile\long format buildlife\artifactset\...artifacts...   + </table>  
- %ARTIFACTS_HOME%\0001\3423\0000\0922\0042\3234\-2\awesomefile.exe</pre>