Skip to content
Prev 12478 / 63461 Next

Weirdness with choose.files on Microsoft Windows (PR#6818)

The problem is that a buffer is not being zeroed, so you have part of the 
previous filename.  I don't even get that far as the first read is 
incorrect for me.

The code is plain wrong for multi=FALSE as the return format of
GetOpenFileName is different.

Fixed for R 1.9.1.
On Fri, 23 Apr 2004 kwright@eskimo.com wrote: