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 have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.

inquire, length of open file

beezhazen
Beginner
998 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
998 Views
Give GETFILEINFOQQ from DFLIB a try.

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

James
0 Kudos
Reply