From: gindie on 11 Feb 2010 07:49 Back in the 9.x series of compilers, the user needed a DIRECTORY= parameter in the INQUIRE statement to test for the existence of a directory. The LRM for the 11.x compiler no longer shows this parameter and neither the 10.x or 11.x release notes say that it was deleted. Can somebody geive me the history and current status of the DIRECTORY= parameter in INQUIRE?
From: Les Neilson on 11 Feb 2010 09:25 "gindie" <gindie(a)hotmail.com> wrote in message news:eefa7d2b-d28d-4e33-85ca-407c9f1dc991(a)b35g2000vbc.googlegroups.com... > Back in the 9.x series of compilers, the user needed a DIRECTORY= > parameter in the INQUIRE statement to test for the existence of a > directory. The LRM for the 11.x compiler no longer shows this > parameter and neither the 10.x or 11.x release notes say that it was > deleted. > > Can somebody geive me the history and current status of the DIRECTORY= > parameter in INQUIRE? From the Intel Fortran help (v11.1) Inquiring by Directory: INQUIRE (DIRECTORY=dir, EXIST=ex ... ) So if it failed for you then I think you probably made a mistake somewhere else. Les
|
Pages: 1 Prev: record length of a formatted file Next: Determining Screen Resolution |