FileDialog.currentDir

The current working directory of the file dialog.

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

Meta