|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
deleting files
Does anyone know how to delete files from inside a VB 6.0 program? I have a program that works with a bunch of text files, and it needs to be able to delete the files, but I can't figure out how to do it.
thanks. |
|
#2
|
|||
|
|||
|
kill
|
|
#3
|
|||
|
|||
|
Hi!
You can use the FileSystemObject (FSO) to delete files in your app. http://msdn.microsoft.com/library/d...ystemObject.htm You can find a lot of samples on the internet by searching on Google, (or any other search engine). Another way to do it http://www.developerfusion.com/show/162/ Regards, |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Visual Basic Programming > deleting files |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|