Adxmother

Adxmother is a character string type variable array that contains the names of the reference folder of the current folder.

Syntax

adxmotheradxmother(NUMBER)

The reference folder is used as reference for all the script elements and database tables not found in the folder.

Examples

# Call a subprogram only if the script is present in the parent folderIf filinfo(filpath('TRT','MYSCRIPT','adx',nomap),0)<0 and filinfo(filpath('TRT','MYSCRIPT','adx',adxmother),0)>0Call MYCALL From MYSCRIPTEndif

See also

nomap, adxmac.