Mega Code Archive
Categories
/
Delphi
/
Files
How to delete the files in the document folder
Title: How to delete the files in the document folder uses ShlObj; procedure TForm1.Button1Click(Sender: TObject); begin SHAddToRecentDocs(0, nil); end;