Click or drag to resize

Win32FindData Class

As set of Task utilities to enumerate files.
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.Core.UtilitiesWin32FindData

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public sealed class Win32FindData

The Win32FindData type exposes the following members.

Properties
  NameDescription
Public propertyAttributes
Gets the attributes for the current file or directory.
Public propertyCreationTime
Gets the creation time of the current file or directory.
Public propertyCreationTimeUtc
Gets the creation time, in coordinated universal time (UTC), of the current file or directory.
Public propertyExtension
Gets the string representing the extension part of the file.
Public propertyFullName
Gets the full path of the directory or file.
Public propertyIsDirectory
Gets a value that determines if this instance represents a file or a directory
Public propertyLastAccessTime
Gets the time that the current file or directory was last accessed.
Public propertyLastAccessTimeUtc
Gets the time, in coordinated universal time (UTC), that the current file or directory was last accessed.
Public propertyLastWriteTime
Gets the time when the current file or directory was last written to.
Public propertyLastWriteTimeUtc
Gets the time, in coordinated universal time (UTC), when the current file or directory was last written to.
Public propertyLength
Gets the size, in bytes, of the current file.
Top
Methods
  NameDescription
Public methodStatic memberDeleteDirectory(String, Win32FindDataEnumerateOptions)
Deletes the specified directory and, if indicated, any subdirectories and files in the directory. The operation first deletes all the files in the directory and then deletes the directory itself.
Public methodStatic memberDeleteDirectory(String, Boolean)
Deletes the specified directory and, if indicated, any subdirectories and files in the directory. The operation first deletes all the files in the directory and then deletes the directory itself.
Public methodStatic memberEnumerateFileSystemEntries(String, Win32FindDataEnumerateOptions, Boolean)
Returns an enumerable collection of file names and directory names in a specified path.
Public methodStatic memberEnumerateFileSystemEntries(String, EventHandlerWin32FindDataEventArgs, Win32FindDataEnumerateOptions)
Enumerates the collection of file names and directory names in a specified path and call a function for each entry.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodStatic memberFromPath
Gets an instance from a physical path.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasExtension(IEnumerableString)
Determines whether this instance has one of the specified extensions.
Public methodHasExtension(String)
Determines whether this instance has the specified extension.
Public methodHasExtension(String)
Determines whether this instance has one of the specified extensions.
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
See Also