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

inquire, length of open file

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

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

James
0 Kudos
Reply