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 public static bool DoesNameContainWildCards(
string filePath
)
Parameters
- filePath
- Type: SystemString
A string to check for wildcard characters.
Return Value
Type:
Booleantrue if the name contains wildcards; false otherwise.
See Also