Copy an empty folder into an existing file. I would expect, an error should be thrown as the file cannot be overwritten by a folder. Since the folder is empty, no error is thrown and no folder is created. If the folder is not empty, ENOENT is thrown.