Click or drag to resize

ShellBrowserConnectToServer Method

Connects to a remote computer.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public bool ConnectToServer(
	string aUNCPath
)

Parameters

aUNCPath  String
The network path as UNC path (like \\server\share) to that should be connected.

Return Value

Boolean
true if the connection was successful; false otherwise.
Remarks
If the current user is not already authenticated on the remote computer, a login dialog will be prompted by the operating system. Otherwise just true will be returned.
See Also