Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

inquire, length of open file

beezhazen
Beginner
955 Views
Hi,
Anybody know how to determine the length of an open file? In Lahey lf95 it was:

inquire (unit=ithisfile, FLEN = iactualfilelength)
0 Kudos
3 Replies
james1
Beginner
955 Views
Give GETFILEINFOQQ from DFLIB a try.

James
0 Kudos
beezhazen
Beginner
955 Views
Sounds promising ... where do I find the contents of DFLIB?
0 Kudos
james1
Beginner
955 Views
In the CVF documentation, take a look here.

James
0 Kudos
Reply