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: 6.3.1
Syntax
public static bool HasFileExtension(
	string p_Path,
	string p_Extension
)

Parameters

p_Path
Type: SystemString
The fullpath or filename that is to be checked.
p_Extension
Type: SystemString
The extension that is to be checked.

Return Value

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