XGETFILE Name
XGETFILE Purpose
Widget based file selection routine.
Category
Calling Sequence
f = xgetfile() Inputs
Keyword Parameters
Keywords
TEXT=txt Text string or array to display at top
of widget (def=Select a file).
DEF_DIR=name Name of default directory initialization
file. Will read in list of directories when at start
and save updated list on exit. Created if none exists.
If not given _def_dir.txt is used.
SET_PATH=p1 Set initial path (def=current).
GET_PATH=p2 Return final path.
SET_FILE=f1 Set initial file (def=none).
GET_FILE=f2 Return final file.
WILD_CARD=w Set wildcard (filter, def=*).
Outputs
f = return full file name (includes path). out
Common Blocks
Notes
Modification History
R. Sterner, 1994 Feb 15
Copyright (C) 1994, Johns Hopkins University/Applied Physics Laboratory
This software may be used, copied, or redistributed as long as it is not
sold and this copyright notice is reproduced on each copy made. This
routine is provided as is without any express or implied warranties
whatsoever. Other limitations apply as described in the file disclaimer.txt.