// Show Devices only IEFolderMView1.LockUpdate(); IEFolderMView1.ShowDevices := True; IEFolderMView1.EnableSpecialFolders := False; // top folder is Devices IEFolderMView1.Folder := IEF_Connected_Devices; IEFolderMView1.UnlockUpdate();
// Show drives and connected devices IEFolderMView1.ShowDevices := True; IEFolderMView1.Folder := IEF_Drives_Folder;