Flat pool for standard and supplier catalogs:
Use of flat pool without subdirectories: 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 (therefor also see under Section 2.2.7.2, “File name: set generation options ("FileName" key) ”, example 2 and 3).
poolpath(isCreaOptNotSet)=?GetObject("iface.calcnameservice").start(0).
Format("$CADENAS_DATA/pool/cadname").value()
Pool with subdirectories for standard and manufacturer catalogs (e.g. norm9, festo, ahp, etc.):
If the pool directory is to be created with manufacturer subdirectories, the following must be set in the poolpath key for the pool path specification:
<PREFIXLIST(/)>
Example (from
if<cadname>.cfg
):poolpath(isCreaOptNotSet)=?GetObject("iface.calcnameservice").start(0).
Format("$CADENAS_DATA/pool/cadname/<PREFIXLIST(/)>").value()