hi !

i try to delete all the folder content by use this cod :
Dim fs
Set fs = CreateObject("Scripting.FileSystemObject")
fs.deleteFile "E:\WINNT\Desktop\test15\*.* but
it's delete only the files that in the folder and not the sub directory ( sub-folders ) !
pls help me !

[Edited by Anavim on 06-15-2000 at 12:41 AM]