As you may know, if you try to do FileCopy on an existing, empty folder, the operation fails. In order to get around this, I’d like to detect if the folder is empty, if so, delete and then do MakDir & FileCopy. If it isn’t empty, i don’t want to delete or recreate the folder.
TIA