Re: copy and move files
- From: "dpb" <dpbozarth@xxxxxxxx>
- Date: 29 Mar 2007 07:14:09 -0700
On Mar 29, 8:31 am, "Fluid" <bernardini.chi...@xxxxxxxxx> wrote:
On 29 Mar, 13:24, Gib Bogle <b...@xxxxxxxxxxxxxxxxxxxxxxxx> wrote:
Fluid wrote:
Hi, i need help.i am a quite new user of fortran. I would like to
rename a file (used as input file) and move it to another directory.
Which command can I use?
thanks
If you tell us the compiler you're using, someone will be able to
explain how to invoke system commands.
I'm working on PC, using Compaq visual fortran.
CVF uses "SYSTEM" to send a command to the OS shell. Alternatively,
there are the necessary interfaces and data structures to the
underlying Win32 API routines CopyFile or MoveFile defined in the
KERNEL32 module supplied as one other alternative. Of course, this is
also compiler- and OS-specific so the ususal caveats apply...
.
- Follow-Ups:
- Re: copy and move files
- From: Fluid
- Re: copy and move files
- References:
- copy and move files
- From: Fluid
- Re: copy and move files
- From: Gib Bogle
- Re: copy and move files
- From: Fluid
- copy and move files
- Prev by Date: Re: copy and move files
- Next by Date: Re: copy and move files
- Previous by thread: Re: copy and move files
- Next by thread: Re: copy and move files
- Index(es):
Relevant Pages
|