Home > Libraries > Loaders > uigetfiles.m

iFit/uigetfiles

PURPOSE ^

uigetfiles: Multiple open file dialog box

SYNOPSIS ^

function [filename, pathname] = uigetfiles(filterspec, title, varargin)

DESCRIPTION ^

 uigetfiles: Multiple open file dialog box
    [filename, pathname] = uigetfiles(filterspec, title, 'option',value, ...)
    displays a dialog box for the user to fill in, and returns the
    filename and path strings. Multiple choices are possible, as well as
    directory names. Both returned values are then char or cellstr.
    This function behaves exactly as uigetfile, but in multiple and dir mode

    Use strcat(pathname, filesep, filename) to obtain full file name.

    options may be: 'Location', [x y]
                or  [x y]
            and     'MultiSelect', 'on'|'off'

 See also: uigetfile, uigetdir

 Part of: Loaders utilities (ILL library)
 Author:  E. Farhi <farhi@ill.fr>. June, 2007.
 (c) E.Farhi, ILL. License: BSD.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Mon 26-Nov-2018 15:08:42 by m2html © 2005. iFit (c) E.Farhi/ILL EUPL 1.1