Function FileDialog.currentPath

The currently selected file path of the file dialog.

String currentPath() nothrow @property @nogc;

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