FilenameFilterIsFilenameMatch Method

Checks whether provided filename fits to search pattern.

Definition

Namespace: FileHold.Common
Assembly: FileHold.Common (in FileHold.Common.dll) Version: 17.2.0.0
C#
public bool IsFilenameMatch(
	string filename
)

Parameters

filename  String
name of file - it should be without directory

Return Value

Boolean
true if filename fits to search pattern; otherwise false

See Also