How to traverse through all the files in a workspace/stream
![]()
How to walk through the workspace or stream tree from a stand along application using Jazz API?
|
One answer
![]() How to walk through the workspace or stream tree from a stand along IConfiguration cfg = workspace.configuration(component); IFolderHandle root = cfg.rootFolderHandle(monitor); then call cfg.childEntries() repeatedly to get the children. - Dmitry |