|
|
|
SftDirectory.CorrectSelections Method |
Corrects all selections so only files/folders of one parent folder are selected.
Syntax
VB.NET |
object.CorrectSelections() |
||
VB |
object.CorrectSelections |
||
C#.NET |
void object.CorrectSelections(); |
||
VC++ |
HRESULT object->CorrectSelections(); |
||
C |
HRESULT object->raw_CorrectSelections(); |
||
Delphi |
procedure object.CorrectSelections(); |
object
A SftDirectory object.
Comments
The CorrectSelections method corrects all selections so only files/folders of one parent folder are selected.
The Do method will normalize the selections, if multiple folders are selected. The process of normalizing selections involves creating a group of folders owned by the same immediate parent folder. While it is possible to select any combination of folders, the Windows Shell can only execute a command for a group of folders owned by one parent folder.