Inquiring
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 2368 articles for 0.010 sec
Re: Using INQUIRE to test if a directory exists     

Group: comp.lang.fortran · Group Profile · Search for Inquiring in comp.lang.fortran
Author: Steve Lionel
Date: Aug 22, 2008 16:49

... behavior from CVF to IVF. We decided that the CVF behavior was a bug because you could not OPEN a directory. As others have noted, you are trying to extend INQUIRE into something beyond its definition. -- Steve Lionel Developer Products Division Intel Corporation Nashua, NH For email address, replace "invalid" with "com" User communities for Intel Software Development ...
Show full article (0.89Kb) · Show article thread
Re: Using INQUIRE to test if a directory exists     

Group: comp.lang.fortran · Group Profile · Search for Inquiring in comp.lang.fortran
Author: Arjen Markus
Date: Aug 22, 2008 06:42

...:18, Al Greynolds <awgreyno...@earthlink.net> wrote: INQUIRE(FILE='some directory specification',EXIST=ex) ... file named ".". You might try: INQUIRE( FILE = 'mydirectory/.', EXIST = exists ) Regards, ... :: delimiter ... CALL get_environment_variable('DELIMITER',delimiter) INQUIRE(file='mydirectory'//delimiter//'.',EXIST=exist)- Tekst ...
Show full article (2.12Kb) · Show article thread
Re: Using INQUIRE to test if a directory exists     

Group: comp.lang.fortran · Group Profile · Search for Inquiring in comp.lang.fortran
Author: fj
Date: Aug 22, 2008 05:26

...18, Al Greynolds <awgreyno...@earthlink.net> wrote: INQUIRE(FILE='some directory specification',EXIST=ex) ... file named ".". You might try: INQUIRE( FILE = 'mydirectory/.', EXIST = exists ) Regards, ... CHARACTER :: delimiter ... CALL get_environment_variable('DELIMITER',delimiter) INQUIRE(file='mydirectory'//delimiter//'.',EXIST=exist)- Tekst uit...
Show full article (1.46Kb) · Show article thread
Re: Using INQUIRE to test if a directory exists     

Group: comp.lang.fortran · Group Profile · Search for Inquiring in comp.lang.fortran
Author: Arjen Markus
Date: Aug 22, 2008 05:07

...:18, Al Greynolds <awgreyno...@earthlink.net> wrote: INQUIRE(FILE='some directory specification',EXIST=ex) correctly ... file named ".". You might try: INQUIRE( FILE = 'mydirectory/.', EXIST = exists ) Regards, ... CHARACTER :: delimiter ... CALL get_environment_variable('DELIMITER',delimiter) INQUIRE(file='mydirectory'//delimiter//'.',EXIST=exist)- Tekst uit...
Show full article (1.32Kb) · Show article thread
Re: Using INQUIRE to test if a directory exists     

Group: comp.lang.fortran · Group Profile · Search for Inquiring in comp.lang.fortran
Author: fj
Date: Aug 22, 2008 04:38

... 23:18, Al Greynolds <awgreyno...@earthlink.net> wrote: INQUIRE(FILE='some directory specification',EXIST=ex) correctly tests... a special file named ".". You might try: INQUIRE( FILE = 'mydirectory/.', EXIST = exists ) Regards, ... : CHARACTER :: delimiter ... CALL get_environment_variable('DELIMITER',delimiter) INQUIRE(file='mydirectory'//delimiter//'.',EXIST=exist)
Show full article (0.89Kb) · Show article thread
Re: Using INQUIRE to test if a directory exists     

Group: comp.lang.fortran · Group Profile · Search for Inquiring in comp.lang.fortran
Author: Arjen Markus
Date: Aug 21, 2008 23:51

On 21 aug, 23:18, Al Greynolds <awgreyno...@earthlink.net> wrote: INQUIRE(FILE='some directory specification',EXIST=ex) correctly tests for the existence of a directory with all my Windows compilers... Al Greynoldswww.ruda.com On Windows and Linux/UNIX/OSX a directory contains a special file named ".". You might try: INQUIRE( FILE = 'mydirectory/.', EXIST = exists ) Regards, Arjen
Show full article (0.51Kb) · Show article thread
Re: Using INQUIRE to test if a directory exists     

Group: comp.lang.fortran · Group Profile · Search for Inquiring in comp.lang.fortran
Author: nospam
Date: Aug 21, 2008 17:55

Al Greynolds <awgreynolds@earthlink.net> wrote: INQUIRE(FILE='some directory specification',EXIST=ex) correctly tests for the existence of a directory with all my Windows compilers (g95,gfortran,lf95) except IVF. Does anybody know the reason for this and what the standard says if anything? The Fortran standard does not even have the concept of a directory (and Fortran has been ...
Show full article (0.86Kb) · Show article thread
Re: Using INQUIRE to test if a directory exists     

Group: comp.lang.fortran · Group Profile · Search for Inquiring in comp.lang.fortran
Author: Gary Scott
Date: Aug 21, 2008 14:31

Al Greynolds wrote: INQUIRE(FILE='some directory specification',EXIST=ex) correctly tests for the existence of a directory with all my Windows ...'t IVF add some extensions specifically for querying directories? CVF does handle directories with the above inquire statement. Al Greynolds www.ruda.com -- Gary Scott mailto:garylscott@sbcglobal dot net Fortran ...
Show full article (1.23Kb) · Show article thread
Using INQUIRE to test if a directory exists     

Group: comp.lang.fortran · Group Profile · Search for Inquiring in comp.lang.fortran
Author: Al Greynolds
Date: Aug 21, 2008 14:18

INQUIRE(FILE='some directory specification',EXIST=ex) correctly tests for the existence of a directory with all my Windows compilers (g95,gfortran,lf95) except IVF. Does anybody know the reason for this and what the standard says if anything? Al Greynolds www.ruda.com
Show full article (0.27Kb)
Re: Behavior of Inquire?     

Group: comp.lang.fortran · Group Profile · Search for Inquiring in comp.lang.fortran
Author: nospam
Date: Feb 7, 2007 22:48

... FORMATTED and UNFORMATTED when i am inquiring by file and file is not ... of FORMATTED is UNKNOWN if: a) Inquire by file is done and file is not connected. b) Inquire by Unit is done and file ... suggest fixing the other one). For inquire by unit, I'd agree with...isn't a file to be inquired about. I don't think that...thos eunit numbers unconnected). But for inquire by file, I see no ...
Show full article (4.91Kb)
1 · 2 · 3 · 4 · 5 · 6 · 7 · 8 · 9 · next