Function openFileDialog
File open dialog.
string openFileDialog(
string[] filters = ["*.*"],
string title = "Select a file"
);
File open dialog.
string openFileDialog(
string[] filters = ["*.*"],
string title = "Select a file"
);