FileDialog.setInitialDirectory

Set the initial directory in the dialog.

class FileDialog
setInitialDirectory
(
this T
)
(
string directory
)

Parameters

directory string

The initial directory.

Return Value

Type: auto

This dialog to aid method chaining.

Meta