RE: fortran code for 'cp' / subroutine file_copy
- From: meek@xxxxxxxxxxxxxxx
- Date: 31 MAR 06 15:06:47 GMT
In a previous article, Carsten Lemmen <c.lemmen@xxxxxxxxxxxxx> wrote:
Hi all,
I would like to issue a copy operation from within my Fortran code. I
have been using the system intrinsic, however, some compilers do not
know about this intrinsic.
There is probably a way in your compiler to make a system
call. If you want it to work on *every* compiler, then
you will run into problems with the plethora of
compiler-dependent options in the open statements.
System call is the way to go , even if you have to make
a change for each compiler.
Chris
<snip>
.
- Follow-Ups:
- Re: fortran code for 'cp' / subroutine file_copy
- From: Joe Krahn
- Re: fortran code for 'cp' / subroutine file_copy
- From: Joost
- Re: fortran code for 'cp' / subroutine file_copy
- References:
- fortran code for 'cp' / subroutine file_copy
- From: Carsten Lemmen
- fortran code for 'cp' / subroutine file_copy
- Prev by Date: Re: fortran code for 'cp' / subroutine file_copy
- Next by Date: RE: question on character-like variable defination
- Previous by thread: Re: fortran code for 'cp' / subroutine file_copy
- Next by thread: Re: fortran code for 'cp' / subroutine file_copy
- Index(es):
Relevant Pages
|