Re: pick directory? [message #14752] |
Thu, 25 March 1999 00:00 |
davidf
Messages: 2866 Registered: September 1996
|
Senior Member |
|
|
Jeanette Goldbeck (je.go@t-online.de) writes:
> What I want to do is to let the user of the programm choose the
> directory he/she wants to work in, similar to dialog_pickfile (widget
> based).
All I know is that I absolutely couldn't work in IDL
without Paul Sorenson's great little program XCD for
moving around to different directories. You can find it
here:
http://www.dfanning.com/documents/programs.html
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting
Phone: 970-221-0438 E-Mail: davidf@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155
|
|
|
Re: pick directory? [message #14754 is a reply to message #14752] |
Thu, 25 March 1999 00:00  |
R.Bauer
Messages: 1424 Registered: November 1998
|
Senior Member |
|
|
Jeanette Goldbeck wrote:
> Hi!
>
> What I want to do is to let the user of the programm choose the
> directory he/she wants to work in, similar to dialog_pickfile (widget
> based).
>
> Any ideas?
>
> Jeanette
>
> --
> "The Universe speaks in many languages, but only one voice..."
dir=DIALOG_PICKFILE(/DIRECTORY)
R.Bauer
|
|
|