Home »
Public Forums »
archive »
Re: IDL and mkdir
Re: IDL and mkdir [message #18783] |
Mon, 07 February 2000 00:00 |
Carsten Dominik
Messages: 45 Registered: February 1998
|
Member |
|
|
>>>> > "IR" == Ignacio Rodriguez <ignacio@sgirmn.pluri.ucm.es> writes:
IR> Does anyone know how to make a directory in IDL? Thanks in
IR> advance Ignacio
IDL> $mkdir
you can issue any UNIX command by preceeding it with a $. These
commands will be handed to a shell. See also SPAWN, in particular the
/NO_SHELL keywords if you need to do this a lot and want to bypath the
sometimes slow shell initialization.
- Carsten
--
Carsten Dominik <dominik@astro.uva.nl> \ _ /
Sterrenkundig Instituut "Anton Pannekoek" |X| _
Kruislaan 403; NL-1098 SJ Amsterdam /| |\ _ _ _/ \
phone +31 (20) 525-7477; FAX +31 (20) 525-7484 ___|o|____/ ~~ \___/ ~~~~~
|
|
|
Current Time: Wed Oct 08 18:41:12 PDT 2025
Total time taken to generate the page: 0.00445 seconds