[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

Waldhäuser Str. 64, D-72076 Tübingen, Germany
[Uni logo]


OSFCNVRT Source code in osfcnvrt.pro

OSFCNVRT

Name
       OSFCNVRT
Purpose
       Return the correctly formatted logical directory syntax for the host OS
Calling Sequence
       OSFCNVRT,lname
Input Parameters
       lname   - the file specification as a logical name + file name string
Output Parameters
       Returns appropriate string.
Side Effects
       None.
Restrictions
       Assumes that the input is composed of only a logical and a filename combination
       without lower directory garbage.
Procedure
       The operating system in !version.os is checked. If it equals:
               'vms'           then a ':' is appended.
               else            unix os is assumed and the logical portion is
                               uppercased, a '$' is prepended and a '/' is
                               appended.
Revision History
       Written, JDNeill, May, 1990.
       Converted to IDL V5.0   W. Landsman   September 1997

Last modified by pro2html on 2001 April 26 at 03:14 UTC

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

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