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