fn_filecontrol

Contents

Syntax

hu = fn_filecontrol([hu,]'property1',value1,...)

Description

Set the properties of a regular uicontrol with style 'edit' so that
clicking in it lets user select a file.
Input
- hu                      uicontrol handle
- 'property1',value1,...  pairs of property names and values; a few
                          custom properties are available:
                          - 'mode' can be set to 'get', 'save' [default] or 'dir'
                          - 'filter' indicates a filter to user [default is '*']

Source

Thomas Deneux

Copyright 2015-2017