Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2004.08.22;
Скачать: CL | DM;

Вниз

Открыть папку и выделить в ней нужный мне файл...   Найти похожие ветки 

 
Spike ©   (2004-08-05 15:00) [0]

Как, из программы, открыть папку и выделить в ней нужный мне файл? Пробовал ShellExecute, но файл выделить не получается :(


 
KosilkA ©   (2004-08-05 15:58) [1]

shellexecute(0, nil, "explorer", pchar(" /select," + FileName), nil, SW_SHOWMAXIMIZED);


 
Sergey Kaminski ©   (2004-08-05 16:01) [2]

Вот все ключи Explorer"a:

Explorer [/n] [/e] [(,)/root,<object>] [/select,<object>]
/n                Opens a new single-pane window for the default
                 selection. This is usually the root of the drive Windows
                  is installed on. If the window is already open, a
                 duplicate opens.
/e                Opens Windows Explorer in its default view.
/root,<object>    Opens a window view of the specified object.
/select,<object>  Opens a window view with the specified folder, file or
                 application selected.
Examples:
  Example 1:     Explorer /select,C:\TestDir\TestApp.exe
     Opens a window view with TestApp selected.
  Example 2:  Explorer /e,/root,C:\TestDir\TestApp.exe
     This opens Explorer with C: expanded and TestApp selected.
  Example 3:  Explorer /root,\\TestSvr\TestShare
     Opens a window view of the specified share.
  Example 4:  Explorer /root,\\TestSvr\TestShare,select,TestApp.exe
     Opens a window view of the specified share with TestApp selected.


 
Spike ©   (2004-08-05 16:50) [3]

Спасибо!!! Все работает!



Страницы: 1 вся ветка

Текущий архив: 2004.08.22;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.034 c
14-1091663080
Alec
2004-08-05 03:44
2004.08.22
Как мне помог этот форум.


11-1079639734
KisaNetik
2004-03-18 22:55
2004.08.22
Как работать с SyntaxEditor


1-1091689182
Vilux
2004-08-05 10:59
2004.08.22
Вопрос по деревьям


4-1089291960
дурень
2004-07-08 17:06
2004.08.22
изменения на диске включая подкоталоги.


3-1090920985
ONIK
2004-07-27 13:36
2004.08.22
Help!!! Динамическое создание БД ??????