function BrowseForFolder(const Prompt: String; var Directory: String; const Reserved: Boolean): Boolean;
Displays a dialog box that enables the user to select a directory. The current value of Directory is used as the initially selected directory. Returns True if the user selected a directory and clicked OK, False otherwise. The selected directory is returned in the Directory string.
Parameter Reserved is ignored, but must be specified anyway.