ImageEn, unit iexFolderMView

TImageEnFolderMView.ExecuteFolder

TImageEnFolderMView.ExecuteFolder


Declaration

function ExecuteFolder(Verb: TShellExecuteVerb = sevProperties) : boolean;


Description

Executes the current folder using the standard windows functionality.
Valid verbs are sevProperties and sevExplore.

Result is true unless an error was encountered.

Note: Has no effect for a device folder


Examples

// Display the properties dialog for the current folder
IEFolderMView1.ExecuteFolder( sevProperties );

// Open the current folder in an Explorer window
IEFolderMView1.ExecuteFolder( sevExplore );