Home Segments Index Top Previous Next

731: Mainline

To arrange for a file-dialog window to display only those files that have a particular extension, you restrict display using the fileSpec: method, with a wildcard character, *, as in the following example:

theFileDialog fileSpec: '*.dta'.