Set of directory selection options
Source position: dialogs.pp line 521
type TSelectDirOpts = set of (
sdAllowCreate,
sdPerformCreate,
sdPrompt
);