JaedenRuiner
Well-known member
- Joined
- Aug 13, 2007
- Messages
- 340
- Programming Experience
- 10+
Well,
I can do it in other languages but I can't seem to find the right one in VB.
works, but i have to go file by file (enumerating through all the files in the directory) and it asks me if I should delete at each file.
Basically:
Thanks
I can do it in other languages but I can't seem to find the right one in VB.
VB.NET:
FileIO.FileSystem.DeleteFile()
Basically:
- I create the Folder
- I Create all the Files in the folder
- I Use the files (email attachments)
- Delete(MyFolder &"\*.*") With YES TO ALL
Thanks