Function openFileDialog

File open dialog.

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