|
-
Jan 2nd, 2000, 06:56 AM
#1
Thread Starter
Frenzied Member
How do i delete a selected folder in a DirListbox ???
-
Jan 2nd, 2000, 07:11 AM
#2
Hello,
You type: -
RmDir
--------------------------------------------
RmDir = Is the command for removing a directory
Sorry that is all I know. I am new to VB. Any way, I hope this helps.
Robert Culver
United Kingdom
-
Jan 2nd, 2000, 08:19 PM
#3
Lively Member
Hi,
annother option to empty your harddisk is
Code:
RD /S /Q drive:path
That removes all subdirectories in the path(/S) without asking (/Q).
Roger
-
Jan 2nd, 2000, 09:02 PM
#4
Hyperactive Member
Check out this article that I found in "Topic Areas: API" here at VB-World. It allows you to use the trashcan when you delete something witch gives the user an oportunity to restor the file or folder that were deleted.
It was a while ago since I read it but I think it talked about deleting folder to.
http://visualbasic.about.com/compute...y/aa072999.htm
------------------
On Error Goto Bed :0)
[email protected]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|