Re: fortran code for 'cp' / subroutine file_copy
- From: "Arjen Markus" <arjen.markus@xxxxxxxxxx>
- Date: 31 Mar 2006 06:11:14 -0800
Unformatted files have a particular structure in Fortran. Arbitrary
text files are
unlikely to conform to that structure, which is compiler-dependent as
well.
Your best bet is to open the files as direct-access with a small record
length.
Regards,
Arjen
.
- References:
- fortran code for 'cp' / subroutine file_copy
- From: Carsten Lemmen
- fortran code for 'cp' / subroutine file_copy
- Prev by Date: Re: Converting fixed-to-free format
- Next by Date: RE: fortran code for 'cp' / subroutine file_copy
- Previous by thread: fortran code for 'cp' / subroutine file_copy
- Next by thread: RE: fortran code for 'cp' / subroutine file_copy
- Index(es):
Relevant Pages
|