[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: NSFileManager.m, mingw, _copyFile: toFile: handler:
From: |
Richard Frith-Macdonald |
Subject: |
Re: NSFileManager.m, mingw, _copyFile: toFile: handler: |
Date: |
Tue, 27 Mar 2001 09:46:01 +0100 |
On Tuesday, March 27, 2001, at 09:14 AM, Michael Scheibler wrote:
>
> There is still a bug in NSFileManager (mingw). It is not possible to copy
> files, in fact it ends in an infinite loop. I suggest to use the Win32
> function CopyFile instead of reading and writing data "by hand":
Ok ... I added your fix.