FileDialog.currentFile

The currently selected file of the file dialog.

  1. String currentFile [@property getter]
  2. String currentFile [@property setter]
    struct FileDialog
    @nogc nothrow @property
    void
    currentFile
    (
    String v
    )

Meta