Export a list with the full paths of the files/folders of a component in a snapshot considering a load rule file
![]()
Krasimir Malchev (56●5●23)
| asked May 17 '18, 7:29 a.m.
edited Jun 01 '18, 3:08 p.m. by David Lafreniere (4.8k●7) Environment:
|
One answer
![]()
There is no API or existing CLI command to do this (there has previously been no use case or need for this).
Best bet is to manually create a repository workspace from the desired snapshot, then load the repository workspace from the load rule. Then write some script to gather the filenames/paths of the loaded file tree on disk.
|