Syntax:
$[r,string]
In this transformation, NMAKE32 will return the base file name portion of string. If there is no file name specified in string, this transformation will return an empty string.
Example:
The following root transformation:
$[r,D:\MAKE\TEST.FIL]
returns:
TEST