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

Вниз

Как удалить файл в корзину?   Найти похожие ветки 

 
Mishenka   (2004-03-01 22:44) [0]

Как удалить файл в корзину?


 
ser_ega   (2004-03-01 22:46) [1]

Где то видел ищи в Faq!!!


 
DDA ©   (2004-03-01 22:47) [2]

function Recycle(const FileName: string; Wnd: HWND = 0): Boolean;
var
FileOp: TSHFileOpStruct;
begin
FillChar(FileOp, SizeOf(FileOp), 0);
if Wnd = 0 then Wnd := Application.Handle;
FileOp.Wnd:=Wnd;
FileOp.wFunc:=FO_DELETE;
FileOp.pFrom:=PChar(FileName);
FileOp.fFlags:=FOF_ALLOWUNDO or FOF_NOERRORUI or FOF_SILENT;
Result:=(SHFileOperation(FileOp) = 0) and (not FileOp.fAnyOperationsAborted);
end;

{$R *.dfm}

procedure TForm1.Button1Click(Sender: TObject);
begin
Recycle(Edit1.Text, Handle);
end;


 
Alexander666 ©   (2004-03-02 03:56) [3]

Не забудь подключить модуль ShellAPI



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

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

Наверх




Память: 0.47 MB
Время: 0.021 c
6-1077314685
demonyator
2004-02-21 01:04
2004.04.25
TClientSocket постоянно создаёт дескрипторы.


4-1077456275
-=наблюдатель=-
2004-02-22 16:24
2004.04.25
Resource


1-1081413585
Just_Lucky
2004-04-08 12:39
2004.04.25
Подключить ActiveX dll


11-1065480318
Boguslaw
2003-10-07 02:45
2004.04.25
Change focus to the next control in focus


14-1080925674
SergP
2004-04-02 21:07
2004.04.25
Что за прикол такой?