|
FilePathConnectToNetworkShare Method
|
Connects to a network share with the specified user's credentials.
Namespace: GSF.IOAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
Syntax Public Shared Sub ConnectToNetworkShare (
sharename As String,
userName As String,
password As String,
domain As String
)
static member ConnectToNetworkShare :
sharename : string *
userName : string *
password : string *
domain : string -> unit
GSF.IO.FilePath.ConnectToNetworkShare = function(sharename, userName, password, domain);
View SourceParameters
- sharename String
- UNC share name to connect to.
- userName String
- User name to use for connection.
- password String
- Password to use for connection.
- domain String
- Domain name to use for connection. Specify the computer name for local system accounts.
See Also