28 std::fstream
open_file()
const {
return io::file::open(
xtd::ustring(file_name_), std::ios::binary | std::ios::in | std::ios::out);}
31 bool run_file_dialog(intptr_t hwnd_owner)
override;
32 void run_file_sheet(intptr_t owner)
override;
Represents text as a sequence of UTF-8 code units.
Definition: ustring.h:48
Contains xtd::io::file class.
Contains xtd::forms::file_dialog dialog.
#define forms_export_
Define shared library export.
Definition: forms_export.h:13
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition: system_report.h:17