Pool with subdirectories for standard and supplier catalogs (e.g. norm9, any_catalog_name.):
If you want to create the pool directory with manufacturer subdirectories, then <PREFIXLIST(/)> must be included in the poolpath key:
poolpath(isCreaOptNotSet)=?_FORMAT_0("C:\cadenas\partsolutions\data/pool/solidedge/<PREFIXLIST(/)>").value()
Flat pool for standard and supplier catalogs:
Alternatively a flat pool without subdirectories can also be used: If desired, in this case the "directory name/catalog name" can be part of the file name, so that identical parts from different catalogs can be differentiated. On this compare information under key "FileName".
poolpath(isCreaOptNotSet)=?_FORMAT_0("$CADENAS_DATA/pool/solidedge").value()