Title: How to delete the files in the document folderuses ShlObj;procedure TForm1.Button1Click(Sender: TObject);begin SHAddToRecentDocs(0, nil);end;