Показать сообщение отдельно
Старый 25.07.2007, 17:26   #3  
Forward is offline
Forward
Участник
 
101 / 10 (1) +
Регистрация: 21.05.2007
Еще можно так

Код:
Name	DataType	Subtype	Length
Folder	Automation	'Microsoft Shell Controls And Automation'.Folder3	
FolderItem	Automation	'Microsoft Shell Controls And Automation'.FolderItem2	


FolderItem := Folder.ParseName(fileName);
IF NOT ISCLEAR(FolderItem ) THEN
  FolderItem.InvokeVerbEx('open');