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

Specifing Intel Fortran input open statement in VS2008 project properties

Ralph_Nelson
Novice
565 Views
This does appear to work (haven't fully exercised the code yet)

open (unit = 41, file =
& 'E:\\ralph\\Macro3d\\Macro3d+CLAMS\\Resource_Files\\macro3dinp.dat',
& status = 'old')

but I'm wondering if there is a way to specify the path "E:\\ralph\\Macro3d\\Macro3d+CLAMS\\Resource_Files" within the VS2008 project properties.

Thanks.
0 Kudos
1 Solution
Steven_L_Intel1
Employee
565 Views
Yes - in the project properties, Debugging > Working Directory.

View solution in original post

0 Kudos
2 Replies
Steven_L_Intel1
Employee
566 Views
Yes - in the project properties, Debugging > Working Directory.
0 Kudos
Ralph_Nelson
Novice
565 Views
Thanks Steve.


-ralph
0 Kudos
Reply