Nomap
Nomap
is a character string type variable array that contains the names of the current folder.
nomap
# Call a subprogram only if the script is present in the parent folder and not in the current folderIf filinfo(filpath('TRT','MYSCRIPT','adx',nomap),0)<0 and filinfo(filpath('TRT','MYSCRIPT','adx',adxmother),0)>0Call MYCALL From MYSCRIPTEndif