Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Description

Disconnects an already connected network drive

 

Syntax

Net_RemoveNetworkDrive(sDrive, bForce) As Boolean

 

Parameters

sDrive (String)

Drive letter to disconnect

bForce (String)

Force the disconnection. Open file pipes will be terminated

 

Example

VBScript
If bStatus Then bStatus = Net_RemoveNetworkDrive("Q:", True)

Scripting Guidelines

 

Related functions

Net_MapNetworkDrive Net_EnumNetworkDrives Net_EnumNetworkDrivePaths

  • No labels