Click or drag to resize

ShellBrowserEnsureExtension Method

Ensures the given extension for a filename or path.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
public static string EnsureExtension(
	string pName,
	string pExtension
)

Parameters

pName
Type: SystemString
Name or path where the extension should be ensured.
pExtension
Type: SystemString
The extension.

Return Value

Type: String
The given name or path including the given extension.
See Also