Click or drag to resize

ShellBrowserBaseHasFileExtension Method

Checks whether the given fullpath or filename has the given extension.

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax
public static bool HasFileExtension(
	string p_Path,
	string p_Extension
)

Parameters

p_Path  String
The fullpath or filename that is to be checked.
p_Extension  String
The extension that is to be checked.

Return Value

Boolean
True if the given path has the given extension, false otherwise.
See Also