Click or drag to resize

Shell32GetFileContentType Method

Gets the content-type that is associated with path from the registry.

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

Parameters

path
Type: SystemString
A path to the file.

Return Value

Type: String
The associated file- or protocol-related content-type from the registry or string.Empty if no association can be found.
See Also