M
Mike
Hi,
Class File contains Sub Delete.
I can delete one file: File.Delete(1.txt)
But I can not delete a few files : File.Delete(*.txt)
Of course I can use loop and delete every file : File.Delete(strCurrentFile)
or run : Shell("del *.txt, AppWinStyle.MinimizedFocus, True)
But maybe exist Sub for deleting multi-files ?
Thanks
Class File contains Sub Delete.
I can delete one file: File.Delete(1.txt)
But I can not delete a few files : File.Delete(*.txt)
Of course I can use loop and delete every file : File.Delete(strCurrentFile)
or run : Shell("del *.txt, AppWinStyle.MinimizedFocus, True)
But maybe exist Sub for deleting multi-files ?
Thanks