Table of Contents

Enum FileOperationAPIWrapper.FileOperationFlags

Namespace
SunamoPInvoke.PInvoke
Assembly
SunamoPInvoke.dll

Possible flags for the SHFileOperation method.

[Flags]
public enum FileOperationAPIWrapper.FileOperationFlags : ushort
Extension Methods

Fields

FOF_ALLOWUNDO = 64

Delete the file to the recycle bin. Required flag to send a file to the bin.

FOF_NOCONFIRMATION = 16

Do not ask the user to confirm selection.

FOF_NOERRORUI = 1024

Suppress errors, if any occur during the process.

FOF_SILENT = 4

Do not show a dialog during the process.

FOF_SIMPLEPROGRESS = 256

Do not show the names of the files or folders that are being recycled.

FOF_WANTNUKEWARNING = 16384

Warn if files are too big to fit in the recycle bin and will need to be deleted completely.