How we can eliminate .jazz5 folder while loading the component by programmatically ?
we can load the source code from component baseline . but while we load , the JAZZ5 folder also appear on local sand box .
how we can eliminate .jazz5 folder while loading the component by programmatically ?
ILoadOperation loadOperation = IOperationFactory.instance.getLoadOperation(null);
loadOperation.requestLoadAs(sandBox, null, component.getName(), newTempWorkspaceConn, component, component.getRootFolder());