Visual Basic > Code Snippets
Delete an empty directory
Delete an empty directory 'Replace 'c:\testdir' with the directory you want to remove 'the directory must be empty before it can be deleted Private Sub Form_Load() RmDir "c:\testdir" End Sub
Visual Basic Codes
ActiveX
Miscellaneous
Applications
Code Snippets
Common Dialogs
Special Effects
Database Stuff
Date Time
Files Drives
Forms
Graphics Games
Internet Stuff
Multimedia
Other
Strings
Windows