Shell32GetFileFriendlyDocName Method |
Gets the friendly document name that is associated with path from the registry.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public static string GetFileFriendlyDocName(
string path
)
Public Shared Function GetFileFriendlyDocName (
path As String
) As String
public:
static String^ GetFileFriendlyDocName(
String^ path
)
static member GetFileFriendlyDocName :
path : string -> string
Parameters
- path
- Type: SystemString
A path to the file.
Return Value
Type:
StringThe associated file- or protocol-related friendly document name from the registry or
string.Empty if no association can be found.
See Also