如何複製、刪除整個文件夾?

uses ShellAPI; function DeleteFolder(const FolderStr: string): Boolean; var fos: SHFILEOPSTRUCT; begin ZeroMemory(@fos, SizeOf(fos)); fos.Wnd := HWND_DESKTOP; fos.wFunc := FO_DELETE; fo
相關文章
相關標籤/搜索