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

I/O Directory Control

Gary_Mueller
Beginner
347 Views
Hello:

I would like to control the I/O of my FORTRAN program within MS Visual Studio and not
through the read/write statements. How do I go about doing this for a project? The default
for MSVS writes to the directory of the project file.

Thank you!
0 Kudos
2 Replies
Steven_L_Intel1
Employee
347 Views
Project property Debugging > Working Directory. This will change the default directory.
0 Kudos
Anonymous66
Valued Contributor I
347 Views
The default I/O directory for a project in Visual Studiocan be set underProject > Properties > Debugging > Working Directory. If you put in a relative path, it will be relative to project file directory.
0 Kudos
Reply