Scot Nielson said you could do this in the webinar Getting Started with Visual Studio 2010.
On the COBOL page of my native project's properties, I am setting Additional Directives to: USE"..\\MYDIRECTIVES.DIR".
In MYDIRECTIVES.DIR I am using the COPYPATH directive to point to where the copybooks are and am leaving Copybook Paths in project properties
blank. This will make it easy for us the change directives and copybook paths for all projects. Is COPYPATH the correct way to do this ?
The documentation on this directive says:
"You should only use the COPYPATH directive when compiling using the cobol command line utility, and not when
building programs from within the IDE".
#VisualCOBOL



