|
|
|||
|
|
FileNameSetter |
| FileNameSetter[name] represents a file name setter which displays as a Browse button and when clicked brings up a system file opening dialog, starting from the location corresponding to name. |
| FileNameSetter[Dynamic[name]] uses the dynamically updated current value of name, with the value of name being reset if a different file is chosen. |
| FileNameSetter[name, "Save"] brings up a file saving dialog. |
| FileNameSetter[name, "spec", {"type1"->{"patt11", "patt12", ...}, "type2"->{...}, ...}] looks for files of types typei with names matching the file patterns pattij. |
| "Open" | file opening dialog (default) | |
| "OpenList" | multiple file opening dialog | |
| "Save" | file saving dialog | |
| "Directory" | directory picking dialog |
| BaseStyle | {} | base style specifications for the setter | |
| Appearance | Automatic | the appearance of the file name setter | |
| Enabled | Automatic | whether the setter is enabled, or grayed out | |
| ImageMargins | 0 | margins around the displayed setter | |
| ImageSize | Automatic | overall size of the displayed setter | |
| WindowTitle | Automatic | the title of the browser window |
| © 2013 Wolfram Research, Inc. |