Net\_EnumNetworkDrivePaths
Description
Section titled “Description”Enumerates all mapped network drive paths
Syntax
Section titled “Syntax”Net_EnumNetworkDrivePaths() As Boolean
Return value
Section titled “Return value”Result will be stored in gaValue
Example
Section titled “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) NextEnd IfRelated functions
Section titled “Related functions”Net_EnumNetworkDrives Net_MapNetworkDrive Net_RemoveNetworkDrive