Ho fatto così solo che mi da i valori sommati!
Come faccio a specificarli??codice:Dim allDrives() As DriveInfo = DriveInfo.GetDrives() Dim d As DriveInfo For Each d In allDrives If d.IsReady = True Then Label1.Text = d.AvailableFreeSpace.ToString End If Next