FileDialog.currentPath

The currently selected file path of the file dialog.

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

Meta