Examples/directoryPicker.ps1

#simple example of a DirectoryPicker

dialog {
    DirectoryPicker Folder -InitialValue C:\temp
}