The path is:
C:\Lavori_Vb6\GARDA_INF\CSV\
how to?
Printable View
The path is:
C:\Lavori_Vb6\GARDA_INF\CSV\
how to?
use te function DIR and GETATTR for that
and nest the directories so you can empty them one by one as you need to delete them
If you want it simpler, use FSO:
Code:fso.DeleteFolder sPath, TRUE