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 = 64Delete the file to the recycle bin. Required flag to send a file to the bin.
FOF_NOCONFIRMATION = 16Do not ask the user to confirm selection.
FOF_NOERRORUI = 1024Suppress errors, if any occur during the process.
FOF_SILENT = 4Do not show a dialog during the process.
FOF_SIMPLEPROGRESS = 256Do not show the names of the files or folders that are being recycled.
FOF_WANTNUKEWARNING = 16384Warn if files are too big to fit in the recycle bin and will need to be deleted completely.