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