Re: Can't download and delete in one connection (General questions)
That makes sense. Even though I test for object type in my loop, perhaps it still tries to delete the parent folder after completing the file delete loop. I am leaving a child folder untouched.
Sounds like I need to switch to the DeleteFile routine instead of the DeleteFiles().
Ken