Click or drag to resize

Win32FindDataHasExtension Method (String)

Determines whether this instance has the specified extension.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public bool HasExtension(
	string extension
)

Parameters

extension
Type: SystemString
The extension to test.

Return Value

Type: Boolean
true if this instance has the specified extension.
See Also