Main Menu

HOME

.Net
ASP
Assembly
C
C++
Delphi
HTML
Java
JavaScript
MySQL
PC interface
Powershell
Perl
PHP
VBScript
Visual Basic
XML

US Job listings




   Misc

   Amazon

   Links

    


Display the filesystem of a drive

 

 'Display the filesystem of a drive
'Add a list box to the form and then add a reference to the Microsoft Scripting Runtime

Private Sub Form_Load()
Dim fldr As Folder
Dim fso As New FileSystemObject
Dim drv As Drive
Set drv = fso.GetDrive(fso.GetDriveName("d:"))
MsgBox ("File system is " & drv.FileSystem)

End Sub

 

 

 

 

 




   Sponsors
 

   Software
500 Java Tips E-book
PHP editor
PERL editor
Beginning Java
Beginning Visual Basic
Learn VB.net
Learn VB 6
VB and databases
ASP image library
C++ builder programming
C++ fundamentals

   Source Code
show all files in a directory(VB.net)
Changing the case of a string(VB.net)
Domain name to IP address(PHP)
Previous page button(Javascript)
underline text in a string(php)
Circumference of a circle(C)
display start menu programs(VBScript)
Rollecoaster text effect(Javascript)

    




Copyright © 2003 by programmershelp.co.uk