rename and move files [message #25996] |
Thu, 02 August 2001 08:20  |
yen
Messages: 6 Registered: July 2001
|
Junior Member |
|
|
Hi,
I am running IDL 5.4 under mac os 9.1
Is there any IDL routines for renaming and moving files? My situation is
that I first save processed data in a temp file in a temp directory.
Depending on the outcome, I will decide if I want to keep the file, and
move it to a 'permanent' directory. It's quite tedious to do all these
manually.
Harry
--
|
|
|
|
Re: rename and move files [message #26172 is a reply to message #25996] |
Mon, 06 August 2001 09:12  |
Pavel A. Romashkin
Messages: 531 Registered: November 2000
|
Senior Member |
|
|
If you save from IDL, quality control from IDL and save (or not) the
final file, couldn't you use the CD procedure to go to the "permanent" directory?
Cheers,
Pavel
Harry Kao wrote:
>
> Hi,
>
> I am running IDL 5.4 under mac os 9.1
>
> Is there any IDL routines for renaming and moving files? My situation is
> that I first save processed data in a temp file in a temp directory.
> Depending on the outcome, I will decide if I want to keep the file, and
> move it to a 'permanent' directory. It's quite tedious to do all these
> manually.
>
> Harry
|
|
|