Click or drag to resize

Win32FindData Methods

The Win32FindData type exposes the following members.

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