[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

Sand 1, D-72076 Tübingen, Germany
New Address!   --   Neue Adresse!
[Uni logo]


EXPAND_TILDE() Source code in expand_tilde.pro

EXPAND_TILDE()

Name
      EXPAND_TILDE()
Purpose
       Expand tilde in UNIX directory names
Calling Sequence
       IDL> output=expand_tilde(input)
Input Parameters
       INPUT = input file or directory name, scalar string
Output Parameters
       Returns expanded filename, scalar string
Example
       output=expand_tilde('~zarro/test.doc')
               ---> output='/usr/users/zarro'
Note
       This version of EXPAND_TILDE differs from the version in the Solar
       Library in that it does not call the functions EXIST and IDL_RELEASE.
       However, it should work identically.
Procedures Used
       None.
Revision History
       Version 1,  17-Feb-1997,  D M Zarro.  Written
       Transfered from Solar Library   W. Landsman   Sep. 1997
       Made more robust  D. Zarro/W. Landsman  Sep. 2000
       Made even more robust (since things like ~zarro weren't being expanded)
       Zarro (EITI/GSFC, Mar 2001)

Last modified by pro2html on 2001 November 27 at 04:41 UTC

[Home Page] [Software, Documentation] [IDL Documentation] [Quick Reference] [Feedback]

Jörn Wilms (wilms@astro.uni-tuebingen.de)
Updated automatically