 | NetworkShareAccessorAccess Method (String) |
Creates a NetworkShareAccessor for the given computer name. The user will be promted to enter credentials
Namespace:
Koden.Utils.IO
Assembly:
Koden.Utils.IO (in Koden.Utils.IO.dll) Version: 1.0.6453.26060
Syntaxpublic static NetworkShareAccessor Access(
string remoteComputerName
)
Public Shared Function Access (
remoteComputerName As String
) As NetworkShareAccessor
public:
static NetworkShareAccessor^ Access(
String^ remoteComputerName
)
static member Access :
remoteComputerName : string -> NetworkShareAccessor
Parameters
- remoteComputerName
- Type: SystemString
[Missing <param name="remoteComputerName"/> documentation for "M:Koden.Utils.IO.NetworkShareAccessor.Access(System.String)"]
Return Value
Type:
NetworkShareAccessor[Missing <returns> documentation for "M:Koden.Utils.IO.NetworkShareAccessor.Access(System.String)"]
See Also