On Monday 07 January 2002 5:36 pm, John Levon wrote: > On Mon, Jan 07, 2002 at 03:28:09PM +0000, Angus Leeming wrote: > > > FileInfo d(name); > > > > // FIXME: what is this supposed to do ? > > // .newFile doesn't do what you think it does ... > > if (!d.isOK() || !d.isDir()) { > > d.newFile(dir); > > } > > > > if (!d.isDir()) { > > yes I'm wrong sorry, lax of me, the code is OK other than the needed isOK > check. Is it ok for you to fix my error ? > > thanks > john
Sure. Glad that I had things right! A