FileOpenDialog
Dialog used for opening files or folders.
Header | #include "nativeui/file_open_dialog.h" |
Namespace | namespace nu |
Type | class (RefCounted) |
Inherits | FileDialog |
Constructors
FileOpenDialog()
Create an open dialog.
Methods
std::vector<base::FilePath> GetResults() const
Return the chosen items in dialog.
Return
std::vector<base::FilePath>