Previous Topic: RBP: Specify Request BreakpointsNext Topic: RNT: Prevent a Program from Modifying Its Own Code


RFC: Replace File Names

The RFC option dynamically substitutes one file name for another during program execution. This is useful when you want to use test files in a production environment, or when you want to use several different files to test a program.

To replace file names, enter:

RFC=(file1,file2)
file1

Specifies the file to be replaced.

file2

Specifies the file that will replace file1.