ShellBrowserConnectToServer Method |
Connects to a remote computer.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public bool ConnectToServer(
string aUNCPath
)
Public Function ConnectToServer (
aUNCPath As String
) As Boolean
public:
bool ConnectToServer(
String^ aUNCPath
)
member ConnectToServer :
aUNCPath : string -> bool
Parameters
- aUNCPath
- Type: SystemString
The network path as UNC path (like \\server\share) to that should be connected.
Return Value
Type:
Booleantrue 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