|
Re: Deleting files from IDL [message #4271 is a reply to message #4258] |
Thu, 18 May 1995 00:00  |
Fergus Gallagher
Messages: 41 Registered: January 1995
|
Member |
|
|
cabr69@ccsun.strath.ac.uk ( "D.H.Brooks") wrote:
> I'm running under Unix and if i use
>
> spawn,'rm filename'
>
> it doesn't work since filename in the IDL code is a variable (e.g.state.file).What i
> would really like is an IDL command which removes a file but i don't > know of any.
I would suggest
IDL> spawn,'rm '+state.file
or have I misunderstood?
Fergus
=================================================
| Fergus Gallagher |
| Remote Sensing Applications Development Unit |
| British National Space Centre |
| Monks Wood |
| Huntingdon PE17 2LS / UK |
| |
| F.Gallagher@nerc.ac.uk |
| http://uh.nmt.ac.uk/bnsc/fgg.html |
=================================================
|
|
|