powered by CADENAS

Manual

Manual

2.3.7.1.1. Key "poolpath"

Examples:

Pool with subdirectories for standard and supplier catalogs (e.g. norm9, any_catalog_name.):

If you want to create the pool directory with supplier subdirectories, then <PREFIXLIST(/)> must be set in the poolpath key for the pool path:

This is the default setting:

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()