On 6/3/2005 12:17 PM, Marco Zucchelli wrote:> Hi,
>
> I am trying to open a file with guidlgOpen. on windows. When the file is
in a directory whose name contains a space, the name is splitted into 2, i.e.
>
>>Afile <- guiDlgOpen(title= " Open
file",defaultFile="",defaultDir="", multi=FALSE,
filters = c("All files (*.*)", "*.*"))
>
>> file
> [1] "C:/Program"
"Files/R/Work/dcdc2_levels.txt"
I think that function is in the contributed package svDialogs. You
should probably address your question to its author, Philippe Grosjean
(phgrosjean at sciviews.org).
Duncan Murdoch