> On Dec 3, 2017, at 11:12 PM, victor.droz...@oracle.com wrote: > >> >> >> > writeEntry() is supposed to be used for the operations where we need to > create a directory and then do Files.copy(). I see no reason to avoid using > it here. Linux bundler is also implemented this way. >
This wasn’t clear just from the patch. But if it is consistent with how other code works it makes sense. Thanks.