Win32FindDataHasExtension Method (String) |
Determines whether this instance has one of the specified extensions.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public bool HasExtension(
params string[] extensions
)
Parameters
- extensions
- Type: SystemString
A list of extensions to test.
Return Value
Type:
Booleantrue if this instance has one of the specified extensions.
See Also