| |
|
Welcome to KnowledgeSutra - Dear Guest | |
Vb File Deletion
Started by DarkCloud, Jul 28 2010 03:05 PM
2 replies to this topic
#2
Posted 01 September 2010 - 07:32 PM
DarkCloud, on 28 July 2010 - 03:05 PM, said:
Hello. I was wondering what is the code in VB for deleting a particular folder in a system when the created exe file is run. Any help will be appreciated. 
Kill 'filename'
or you can set a reference to the Microsoft Scripting Runtime
and use it in your code as
Dim fso As FileSystemObject
Set fso = New FileSystemObject
Reply to this topic

1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users













