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