/
Net_EnumNetworkDrivePaths
Net_EnumNetworkDrivePaths
Description
Enumerates all mapped network drive paths
Syntax
Net_EnumNetworkDrivePaths() As Boolean
Return value
Result will be stored in gaValue
Example
VBScript
If bStatus Then bStatus = Net_EnumNetworkDrivePaths() If bStatus And IsArray(gaValue) Then For index = LBound(gaValue) To UBound(gaValue) If bStatus Then bStatus = Job_WriteLog("Custom", "Index #" & index & ": " & gaValue(index), bStatus, True) Next End If
Related functions
Net_EnumNetworkDrives Net_MapNetworkDrive Net_RemoveNetworkDrive
, multiple selections available,
Related content
$cs.Reg_EnumKey
$cs.Reg_EnumKey
More like this
Net_Ping
More like this
OSD_InjectXPMassStorage
OSD_InjectXPMassStorage
More like this
$cs.Reg_GetMultiString
$cs.Reg_GetMultiString
More like this
$cs.Reg_ExistVariable
$cs.Reg_ExistVariable
More like this
Log_RegisterExcludeValue
Log_RegisterExcludeValue
More like this