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.2
Syntax
public static string EnsureExtension(
	string pName,
	string pExtension
)

Parameters

pName  String
Name or path where the extension should be ensured.
pExtension  String
The extension.

Return Value

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