Re: [swift-users] FileManager.copyItem not throwing?

2017-11-11 Thread Marco S Hyman via swift-users
> On Nov 11, 2017, at 2:07 PM, John Brownie wrote: > > And that's the point. The throw does not happen. An error is logged, but > execution continues as though there was no error. Also... My workaround for this bug assumes you tested for the destination file presence

Re: [swift-users] FileManager.copyItem not throwing?

2017-11-11 Thread John Brownie via swift-users
And that's the point. The throw does not happen. An error is logged, but execution continues as though there was no error. John Howard Lovatt 12 November 2017 at 07:43 I don’t have any inside knowledge on this, i.e. I am not certain I am correct, but my

Re: [swift-users] FileManager.copyItem not throwing?

2017-11-11 Thread Howard Lovatt via swift-users
I don’t have any inside knowledge on this, i.e. I am not certain I am correct, but my understanding was that you were meant to let it throw and catch the error rather than test before hand. -- Howard. > On 11 Nov 2017, at 12:51 pm, Marco S Hyman via swift-users >