Click or drag to resize

Win32FindDataEnumerateOptions Enumeration

Defines options for enumeration methods.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
[FlagsAttribute]
public enum Win32FindDataEnumerateOptions
Members
  Member nameValueDescription
None0 No option is defined.
Recursive1 Enumeration is recursive.
DepthFirst2 Enumeration is depth first.
DontOverwriteIfExists4 Don't overwrite the target if it already exists. Only for copy operation.
DontOverwriteIfIdentical8 Don't overwrite the target if it already exists and is identical in size and last write time. Only for copy operation.
DontOverwriteIfNewer16 Don't overwrite the target if it already exists and its last write time is newer. Only for copy operation.
See Also