Click or drag to resize
Shell32GetFileFriendlyAppName Method
Gets the friendly application name that is associated with path from the registry.

Namespace: Alphaleonis.Win32.Filesystem
Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public static string GetFileFriendlyAppName(
	string path
)

Parameters

path
Type: SystemString
A path to the file.

Return Value

Type: String
Returns the associated file- or protocol-related friendly application name from the registry or string.Empty if no association can be found.
See Also