Files in different directories

In VERIFY routines such as <#317#>rg2(sample)<#317#> the TTM <#318#>sample<#318#> refers to a file that is in the current directory.

If the file is in a different directory, then the file name must be single quoted, e.g:
<#319#>rg2('./example/sample')<#319#>
<#320#>restore('../verify')<#320#>