Rearrange parts of filenames
Positional specifiers %%0 through %%9 can be
used to rearrange portions of filenames and directories.
Example Using positional specifiers to rearrange filenames and directories
The following view maps the depot file
//depot/allfiles/readme.txt to the workspace file
filesbytype/txt/readme:
View:
//depot/allfiles/%%1.%%2 //bruno_ws/filesbytype/%%2/%%1






