Documentation for /home/davin/idl/socware/

Generated by IDLdoc

single page | use frames     summary     class     fields     routine details     file attributes

spedas/gui/utilities/

spd_ui_dialog_pickfile_save_wrapper.pro


Name: SPD_UI_DIALOG_PICKFILE_SAVE_WRAPPER Purpose: Wrapper for the IDL routine dialog_pickfile. Checks for invalid characters in the filename. Inputs: Any keywords that need to be passed on to dialog_pickfile (see note 1 below for special cases) Output: Filename ('' if dialog is cancelled) NOTE: 1. This routine should not be used if the multiple_files keyword is being passed to dialog_pickfile as ';' will be flagged as invalid if used to separate file names. 2. This routine doesn't check for all characters that can cause problems on windows. A large number of cases are already screened by dialog_pickfile on windows (cases that cause no problems on linux). $LastChangedBy: egrimes $ $LastChangedDate: 2014-07-10 15:57:22 -0700 (Thu, 10 Jul 2014) $ $LastChangedRevision: 15553 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/spedas/gui/utilities/spd_ui_dialog_pickfile_save_wrapper.pro $

Routines

top source spd_ui_dialog_pickfile_save_wrapper

result = spd_ui_dialog_pickfile_save_wrapper(get_path=get_path, _extra=_extra)

Keywords

get_path
_extra

File attributes

Modification date: Tue Oct 21 13:53:42 2014
Lines: 17