Re: how to create a new folder by IDL [message #59607] |
Wed, 02 April 2008 04:07  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Magic.Zhou@gmail.com writes:
> i am just beginn to leran IDL, can some one told me how to create a
> folder by IDL?
Use FILE_MKDIR. There are a lot of these FILE_**** routines
to do file operations.
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming (www.dfanning.com)
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
|
|
|
Re: how to create a new folder by IDL [message #59655 is a reply to message #59607] |
Fri, 04 April 2008 04:33  |
Magic.Zhou
Messages: 16 Registered: April 2008
|
Junior Member |
|
|
On 4月2日, 下午9时07分, David Fanning <n...@dfanning.com> wrote:
> Magic.Z...@gmail.com writes:
>> i am just beginn to leran IDL, can some one told me how to create a
>> folder by IDL?
>
> Use FILE_MKDIR. There are a lot of these FILE_**** routines
> to do file operations.
>
> Cheers,
>
> David
> --
> David Fanning, Ph.D.
> Fanning Software Consulting, Inc.
> Coyote's Guide to IDL Programming (www.dfanning.com)
> Sepore ma de ni thui. ("Perhaps thou speakest truth.")
another questions is
after I have build up the folder, how can I test whether this folder
has already been created by using IDL? seem file_test seems only
suitable for file,thank you!:)
|
|
|