###Function###
DriveMapDel

###Description###
Disconnects a network drive.

###Syntax###
DriveMapDel ( "drive" )


###Parameters###
@@ParamTable@@
drive
	The device to disconnect, e.g. "O:" or "LPT1:".
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	Returns 1.
Failure:	Returns 0 if the disconnection was unsuccessful.
@@End@@


###Remarks###
If a connection has no drive letter mapped you may use the connection name to disconnect, e.g. \\server\share

###Related###
DriveMapAdd, DriveMapGet


###Example###
@@IncludeExample@@
