Re: Deleted files
No,
https://docs.microsoft.com/en-us/windows/win32/api/shellapi/nf-shellapi-shfileoperationa using FOF_ALLOWUNDO.
When used to delete a file, SHFileOperation permanently
deletes the file unless you set the FOF_ALLOWUNDO flag
in the fFlags member
of the SHFILEOPSTRUCT structure
pointed to by lpFileOp.
Setting that flag sends the file to the Recycle Bin. If you want to simply delete a file and guarantee that it is not placed in the Recycle Bin, use DeleteFile.
From: main@SDR-Radio.groups.io <main@SDR-Radio.groups.io> on behalf of jdow via groups.io <jdow@...>
Sent: 25 July 2022 10:37 To: main@SDR-Radio.groups.io <main@SDR-Radio.groups.io> Subject: Re: [SDR-Radio] Deleted files MoveFile()
{o.o} On 20220724 05:04:39, Simon Brown wrote:
-- - + - + -
Please use https://forum.sdr-radio.com:4499/ when posting questions or problems. |
|