|
-
May 13th, 2001, 12:43 PM
#1
Thread Starter
Hyperactive Member
Deleting files
Hi, How do I delete a file, that is selected from a list box?
-
May 13th, 2001, 12:47 PM
#2
Hyperactive Member
Use KILL:
Call Kill("c:\file.txt")
WP
-
May 13th, 2001, 12:52 PM
#3
-
May 13th, 2001, 12:54 PM
#4
Also, change the path, to make sure you're in the right directory.
Code:
ChDir "C:\MyDir"
Kill (List1.Text)
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
|