Shell32GetFileOpenWithAppName Method |
Gets the "Open With" command that is associated with path from the registry.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public static string GetFileOpenWithAppName(
string path
)
Public Shared Function GetFileOpenWithAppName (
path As String
) As String
public:
static String^ GetFileOpenWithAppName(
String^ path
)
static member GetFileOpenWithAppName :
path : string -> string
Parameters
- path
- Type: SystemString
A path to the file.
Return Value
Type:
StringReturns the associated file- or protocol-related "Open With" command from the registry or
string.Empty if no association can be found.
See Also