Hi!
I was wondering why
UITheme>>chooseFileNameIn: title: patterns: path: preview:
and
UITheme>>chooseFileNameIn: title: extensions: path: preview:
do
fd := FileDialogWindow basicNew
��� ��� previewType: preview;
��� ��� initialize;
��� ��� title: title;
��� ��� answerFileName.
And actually there is no variant using answerPathName what is a bit more useful because it answers the entire path to the selected file...
Thanks!
Guille