Function FileDialog.currentFile

The currently selected file of the file dialog.

String currentFile() nothrow @property @nogc;

void currentFile (
  String v
) nothrow @property @nogc;