Creates a new network drive.
The drive letter.
The underlying UNC path.
The username to use for mounting this network drive.
The password to use for mounting this network drive.
Readonly
driveThe drive letter.
Readonly
uncThe underlying UNC path.
Value indicating whether this network drive is mounted.
Mounts this network drive.
Value indicating whether to use a persistent network connection.
Resolves when the command has been completed.
Resolves the specified UNC path into a local path.
The UNC path to resolve.
The resolved local path.
Unmounts this network drive.
Resolves when the command has been completed.
Static
fromCreates a new network drive from the specified file URI.
A file URI representing a UNC path.
The network drive corresponding to the specified file URI.
Static
resolveReturns the local path corresponding to the specified file URI.
A file URI representing a local or UNC path.
Values indicating whether to mount the network drive if necessary.
The local path corresponding to the specified file URI.
Represents a Windows network drive.