Sets the volume label for a drive
Sets the volume label for a drive
API Declarations
Public Function SetLabel(RootName As String, NewLabel As String)
If RootName ="" Then
Exit Function
End If
Call SetVolumeLabel(RootName,NewLabel)
End Function
Rate Sets the volume label for a drive
(1(1 Vote))
Call SetLabel("c:\windows","VB Square")
End Sub
Sets the volume label for a drive Comments
No comments yet — be the first to post one!
Post a Comment