Click or drag to resize

ProjectedFileSystemDoesNameContainWildCards Method

Determines whether a name contains wildcard characters.

Namespace:  ShellBoost.Core.ProjFS
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public static bool DoesNameContainWildCards(
	string filePath
)

Parameters

filePath
Type: SystemString
A string to check for wildcard characters.

Return Value

Type: Boolean
true if the name contains wildcards; false otherwise.
See Also