You are reading help file online using chmlib.com
|
function DeleteFile(const FileName: string): Boolean;
Erases the file named by FileName from the disk.
If the file cannot be deleted or does not exist, the function returns False.
You are reading help file online using chmlib.com
|