Serge
Dec 1st, 1999, 12:13 AM
Youc can use FileSystem Object.
Add a reference to Microsoft Scripting Runtime Library. Then use use:
Dim oFS As New FileSystemObject
oFS.DeleteFolder "C:\MyFolder"
Note: You would have to include scrrun.dll with your project after you compile it.
------------------
Serge
Software Developer
Serge_Dymkov@vertexinc.com
Access8484@aol.com
ICQ#: 51055819 (http://www.icq.com/51055819)
[This message has been edited by Serge (edited 12-01-1999).]
Add a reference to Microsoft Scripting Runtime Library. Then use use:
Dim oFS As New FileSystemObject
oFS.DeleteFolder "C:\MyFolder"
Note: You would have to include scrrun.dll with your project after you compile it.
------------------
Serge
Software Developer
Serge_Dymkov@vertexinc.com
Access8484@aol.com
ICQ#: 51055819 (http://www.icq.com/51055819)
[This message has been edited by Serge (edited 12-01-1999).]