xtd 0.2.0
Loading...
Searching...
No Matches

◆ file_names()

virtual const std::vector< xtd::ustring > xtd::forms::file_dialog::file_names ( ) const
virtualnoexcept

Gets the file names of all selected files in the dialog box.

Returns
An array of type string, containing the file names of all selected files in the dialog box.
Remarks
Each file name includes both the file path and the extension. If no files are selected, this method returns an empty array.