Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

data access

Deleted_U_Intel
Employee
442 Views

I wish to have my application access data outside of the application directory. When I add the directory to my application project, the application does not seem to know where to look for the data it requires in the other directory.

How do I get my application to look for the data in its own directory?

Thank you!

John

0 Kudos
1 Reply
Steven_L_Intel1
Employee
442 Views
Adding the directory to the project has no effect on the running application. By default, programs run from inside VS will open files in the project directory - the one containing the .vfproj file. If you wish to specify something else, set the "Start In Directory" on the project's Debug property page.
0 Kudos
Reply