Share

CNavDialog::SetFoldersOnly

C++

void SetFoldersOnly(
    BOOL foldersOnly
);

Description

Sets the folders-only mode flag for the dialog. In folders-only mode, only folders are displayed in the list control and only folders are returned.

Parameters

Parameters Description
foldersOnly If true only folders are displayed and returned; if false, files are displayed also

Links

CNavDialog Class

Was this information helpful?