powered by CADENAS

Manual

Manual

2.2.2.1. Pool: flat or with subdirectories ("poolpath" key)

  • 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.2.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 supplier catalogs (e.g. norm9, festo, ahp, etc.):

    If you want to create the pool directory with supplier subdirectories, then the following must be set in the poolpath key for the pool path:

    <PREFIXLIST(/)>

    Example (from if<cadname>.cfg):

    poolpath(isCreaOptNotSet)=?GetObject("iface.calcnameservice").start(0).
    Format("$CADENAS_DATA/pool/cadname/<PREFIXLIST(/)>").value()