Skip to main content

Problem:

How can I store the .idy file, used for animation, in a seperate directory when compiling a program?

Resolution:

You can set the COBIDY compiler directive when compiling to store the .idy file in a separate directive.  The syntax is as follows:

     COBIDY "path-name"

The default is NOCOBIDY.

If you do not specify path-name, the path-name in the COBIDY environment variable is used; if the environment variable contains multiple path-names the first of them is used. With NOCOBIDY, the .idy is written to the same path as the .int file.

Old KB# 2001