Click or drag to resize

FilePathFilter Class

API to enumerate the filesystem e.g., by extension
Inheritance Hierarchy
SystemObject
  BionicCode.Utilities.Net.Framework.IOFilePathFilter

Namespace:  BionicCode.Utilities.Net.Framework.IO
Assembly:  BionicCode.Utilities.Net.Framework (in BionicCode.Utilities.Net.Framework.dll) Version: 1.0.1.0 (1.0.0.0)
Syntax
public class FilePathFilter : IFilePathFilter

The FilePathFilter type exposes the following members.

Constructors
  NameDescription
Public methodFilePathFilter
Initializes a new instance of the FilePathFilter class
Top
Methods
  NameDescription
Public methodEnumerateFiles(IEnumerableString, FileExtensions, Boolean)
Extracts valid paths or paths with a specified extension from a collection of paths. The path collection can be a mix-up of files and folders. In case the path describes a folder, the extension filter will be applied to all containing files.
Public methodEnumerateFiles(IEnumerableString, PredicateFileInfo, Boolean)
Extracts valid paths or paths with a specified extension from a collection of paths. The path collection can be a mix-up of files and folders. In case the path describes a folder, the extension filter will be applied to all containing files.
Public methodEnumerateFiles(String, FileExtensions, Boolean)
Extracts valid paths or paths with a specified extension from a collection of paths. The path collection can be a mix-up of files and folders. In case the path describes a folder, the extension filter will be applied to all containing files.
Public methodEnumerateFiles(String, PredicateFileInfo, Boolean)
Extracts valid paths or paths with a specified extension from a collection of paths. The path collection can be a mix-up of files and folders. In case the path describes a folder, the extension filter will be applied to all containing files.
Public methodEnumerateFileSystem(IEnumerableString, PredicateFileSystemInfo, Boolean)
Extracts valid paths or paths with a specified extension from a collection of paths. The path collection can be a mix-up of files and folders.
Public methodEnumerateFileSystem(String, PredicateFileSystemInfo, Boolean)
Extracts valid paths or paths with a specified extension from a collection of paths. The path collection can be a mix-up of files and folders.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
See Also
https://github.com/BionicCode/BionicCode.Net/blob/master/README.md