:: com :: sun :: star :: ui :: dialogs ::

unpublished interface XFilePickerWorkaround
Description
It's an "internal" interface to solve the problems behind XFilePicker.getFiles() in combination with multiselection. This additional interface will be implemented by some dialogs only. But it must be preferred if it exists and multiselection is used.

Methods' Summary
getFilesAsURIs Does the same then XFilePicker.getFiles() does ... excepting that independend from an single/multiselection mode every item of the returned list is a value containing path and file name. This is needed because some dialogs (e.g. system dialogs) knows additional features to return e.g. the results of a file search or items of a recent files list. And in such case (in combination with multiselection) every item of the resulting list can have another path.  
Methods' Details
getFilesAsURIs
sequence< string >
getFilesAsURIs();

Description
Does the same then XFilePicker.getFiles() does ... excepting that independend from an single/multiselection mode every item of the returned list is a value containing path and file name. This is needed because some dialogs (e.g. system dialogs) knows additional features to return e.g. the results of a file search or items of a recent files list. And in such case (in combination with multiselection) every item of the resulting list can have another path.
Top of Page