2.3.7.2.1.  Key "Poolpath"

Examples

Flat pool for standard and supplier catalogs (default):

Per default a flat pool without subdirectories is 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 under key "FileName".

poolpath(isCreaOptNotSet)=?_FORMAT_0("C:/cadenas/partsolutions/data/pool/ugnx").value()

or with backslashes in path

poolpath(isCreaOptNotSet)=?_FORMAT_0("C:\\cadenas\\partsolutions\\data\\pool\\ugnx").value()

Pool with subdirectories for standard and supplier catalogs:

If the pool directory is to be created with manufacturer subdirectories, then <PREFIXLIST(/)> must be set in the pool path key:

poolpath(isCreaOptNotSet)=?_FORMAT_0("C:/cadenas/partsolutions/data/pool/ugnx/

 <PREFIXLIST(/)>").value()