USUÁRIO:      SENHA:        SALVAR LOGIN ?    Adicione o VBWEB na sua lista de favoritos   Fale conosco 

 

  Dicas

  Visual Basic    (Drives/CD-ROM/Discos)

Título da Dica:  Detectando o tipo de drive (FileSystemObject)
Postada em 23/1/2004 por PC            
'Declarações em um MODULE
Private oFSO As FileSystemObject
Private oDrive As Scripting.Drive


Function GetCDInfo(strDrive As String) As String
    Set oFSO = New FileSystemObject
    Set oDrive = oFSO.GetDrive(strDriveLetter) '
    GetCDInfo = oDrive.FileSystem
    Set oDrive = Nothing
    Set oFSO = Nothing
End Function
 


CyberWEB Network Ltda.    © Copyright 2000-2024   -   Todos os direitos reservados.
Powered by HostingZone - A melhor hospedagem para seu site
Topo da página